lib/aws-sdk-s3/resource.rb in aws-sdk-s3-1.94.1 vs lib/aws-sdk-s3/resource.rb in aws-sdk-s3-1.95.0

- old
+ new

@@ -63,11 +63,13 @@ # @option options [String] :grant_read # Allows grantee to list the objects in the bucket. # @option options [String] :grant_read_acp # Allows grantee to read the bucket ACL. # @option options [String] :grant_write - # Allows grantee to create, overwrite, and delete any object in the - # bucket. + # Allows grantee to create new objects in the bucket. + # + # For the bucket and object owners of existing objects, also allows + # deletions and overwrites of those objects. # @option options [String] :grant_write_acp # Allows grantee to write the ACL for the applicable bucket. # @option options [Boolean] :object_lock_enabled_for_bucket # Specifies whether you want S3 Object Lock to be enabled for the new # bucket.