Amazon.S3.AmazonS3Client.PutBucketRequestPayment C# (CSharp) Method

PutBucketRequestPayment() public method

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. Documentation on requester pays buckets can be found at http://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html
public PutBucketRequestPayment ( PutBucketRequestPaymentRequest request ) : PutBucketRequestPaymentResponse
request PutBucketRequestPaymentRequest Container for the necessary parameters to execute the PutBucketRequestPayment service method.
return PutBucketRequestPaymentResponse
        public PutBucketRequestPaymentResponse PutBucketRequestPayment(PutBucketRequestPaymentRequest request)
        {
            var marshaller = new PutBucketRequestPaymentRequestMarshaller();
            var unmarshaller = PutBucketRequestPaymentResponseUnmarshaller.Instance;

            return Invoke<PutBucketRequestPaymentRequest,PutBucketRequestPaymentResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonS3Client::PutBucketRequestPayment ( string bucketName, RequestPaymentConfiguration requestPaymentConfiguration ) : PutBucketRequestPaymentResponse
AmazonS3Client