aws.s3.get_bucket_request_payment
Example SQL Queries
SELECT * FROMaws.s3.get_bucket_request_paymentWHERE"bucket" = 'VALUE';Description
This operation is not supported by directory buckets.
Returns the request payment configuration of a bucket. To use this version of the operation, you must be the bucket owner. For more information, see Requester Pays Buckets.
Table Definition
| Column Name | Column Data Type |
|---|---|
| bucket Required Input Column The name of the bucket for which to get the payment request configuration | VARCHAR |
| expected_bucket_owner Input Column The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code 403 Forbidden (access denied). | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| payer Specifies who pays for the download and request fees. | VARCHAR |