This section explains how to use the
qq s3_get_bucket
command.Examples
To Get Configuration Information for an S3 Bucket
Run the qq s3_get_bucket
command and use the --bucket
flag to specify the name of your bucket. For example:
qq s3_get_bucket_policy --bucket MyBucket
The following is example output. All times are in the UTC time zone.
{
"creation_time": "2022-12-20T19:42:26.833076147Z",
"name": "MyBucket",
"path": "/buckets/my-bucket"
}
Description
Retrieve details for an S3 bucket
Usage
qq s3_get_bucket [-h] --name NAME
Flags
Flag Name | Required | Description |
---|---|---|
--name
|
Yes | The name of the S3 bucket for which to retrieve details |