module AWS::S3::S3Object::ACLProxy
@api private
Attributes
object[RW]
Public Instance Methods
change() { |self| ... }
click to toggle source
# File lib/aws/s3/s3_object.rb, line 1094 def change yield(self) object.acl = self end