module MSS::S3::Bucket::ACLProxy
@api private
Attributes
bucket[RW]
Public Instance Methods
change() { |self| ... }
click to toggle source
# File lib/mss/s3/bucket.rb, line 547 def change yield(self) bucket.acl = self end