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.

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:

Note:

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

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

Syntax

C#
public abstract GetBucketRequestPaymentResponse GetBucketRequestPayment(
         String bucketName
)

Parameters

bucketName
Type: System.String

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

Return Value


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

Version Information

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

See Also