if (FALSE) {
# The following example sets request payment configuration on a bucket so
# that person requesting the download is charged.
svc$put_bucket_request_payment(
Bucket = "examplebucket",
RequestPaymentConfiguration = list(
Payer = "Requester"
)
)
}
Run the code above in your browser using DataLab