Learn R Programming

paws.storage (version 0.1.7)

s3_get_bucket_request_payment: Returns the request payment configuration of a bucket

Description

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.

Usage

s3_get_bucket_request_payment(Bucket)

Arguments

Bucket

[required] The name of the bucket for which to get the payment request configuration

Request syntax

svc$get_bucket_request_payment(
  Bucket = "string"
)

Details

The following operations are related to GetBucketRequestPayment:

  • ListObjects

Examples

Run this code
# NOT RUN {
# The following example retrieves bucket versioning configuration.
# }
# NOT RUN {
svc$get_bucket_request_payment(
  Bucket = "examplebucket"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab