lib/s33r/s3_acl.rb in s33r-0.4 vs lib/s33r/s3_acl.rb in s33r-0.4.1
- old
+ new
@@ -110,10 +110,10 @@
end
return false
end
# Add a public READ permission to this instance.
- def add_public_read_grants
+ def add_public_read_grant
add_grant(Grant.public_read_grant)
end
# Does the ACL make the associated resource available as a log target?
def log_targetable?