AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This operation is not supported by directory buckets.

Sets the request payment configuration for a bucket. By default, the bucket owner pays for downloads from the bucket. This configuration parameter enables the bucket owner (only) to specify that the person requesting the download will be charged for the download. For more information, see Requester Pays Buckets.

The following operations are related to PutBucketRequestPayment:

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to PutBucketRequestPaymentAsync.

Namespace: Amazon.S3
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public abstract PutBucketRequestPaymentResponse PutBucketRequestPayment(
         String bucketName,
         RequestPaymentConfiguration requestPaymentConfiguration
)

Parameters

bucketName
Type: System.String

The bucket name.

requestPaymentConfiguration
Type: Amazon.S3.Model.RequestPaymentConfiguration

Container for Payer.

Return Value


The response from the PutBucketRequestPayment service method, as returned by S3.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also