Lines Matching refs:Bucket
604 # Handle bucket ACL setting operations single-threaded, because
612 # If user specified -R option, convert any bucket args to bucket
613 # wildcards (e.g., gs://bucket/*), to prevent the operation from
712 url.bucket_name, apitools_messages.Bucket(),
721 bucket_metadata = apitools_messages.Bucket(
728 url.bucket_name, apitools_messages.Bucket(),
733 bucket_metadata = apitools_messages.Bucket(acl=bucket_acl)
846 'created in this bucket will be readable only by their '
859 """Gets a single bucket listing reference for an acl get command.
862 url_str: URL string to get the bucket listing reference for.
879 # Bucket or provider. We call IterBuckets explicitly here to ensure that
915 """Gets a single bucket URL based on the command arguments.
918 arg: String argument to get bucket URL for.
919 bucket_fields: Fields to populate for the bucket.
922 (StorageUrl referring to a single bucket, Bucket metadata).
925 CommandException if args did not match exactly one bucket.
937 """Gets a single bucket URL based on the command arguments.
941 bucket_fields: Fields to populate for the bucket.
951 raise CommandException('"%s" command must specify a bucket' %