getBucketRequestPayment

This operation is not supported for 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.

The following operations are related to GetBucketRequestPayment:

Samples


fun main() { 
   //sampleStart 
   // The following example retrieves bucket versioning configuration.
val resp = s3Client.getBucketRequestPayment {
    bucket = "examplebucket"
} 
   //sampleEnd
}