class Google::Cloud::Storage::Bucket::DefaultAcl
def owner_full! if_metageneration_match: nil
bucket.default_acl.owner_full!
bucket = storage.bucket "my-bucket"
storage = Google::Cloud::Storage.new
require "google/cloud/storage"
@example
predefined ACL rule to files in the bucket.
Convenience method to apply the default `bucketOwnerFullControl`
#
def owner_full! if_metageneration_match: nil update_predefined_default_acl! "bucketOwnerFullControl", if_metageneration_match: if_metageneration_match end