pub const AWS_S3_BUCKET: &str = "aws.s3.bucket";
Expand description
The S3 bucket name the request refers to. Corresponds to the --bucket
parameter of the S3 API operations.
The bucket
attribute is applicable to all S3 operations that reference a bucket, i.e. that require the bucket name as a mandatory parameter.
This applies to almost all S3 operations except list-buckets
.
§Examples
some-bucket-name