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

PutBucketLogging() public method

Set the logging parameters for a bucket and to specify permissions for who can view and modify the logging parameters. To set the logging status of a bucket, you must be the bucket owner.
public PutBucketLogging ( PutBucketLoggingRequest request ) : PutBucketLoggingResponse
request PutBucketLoggingRequest Container for the necessary parameters to execute the PutBucketLogging service method.
return PutBucketLoggingResponse
        public PutBucketLoggingResponse PutBucketLogging(PutBucketLoggingRequest request)
        {
            var marshaller = new PutBucketLoggingRequestMarshaller();
            var unmarshaller = PutBucketLoggingResponseUnmarshaller.Instance;

            return Invoke<PutBucketLoggingRequest,PutBucketLoggingResponse>(request, marshaller, unmarshaller);
        }
AmazonS3Client