Amazon.S3.AmazonS3Client.PutBucketLogging C# (CSharp) 메소드

PutBucketLogging() 공개 메소드

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.
리턴 PutBucketLoggingResponse
        public PutBucketLoggingResponse PutBucketLogging(PutBucketLoggingRequest request)
        {
            var marshaller = new PutBucketLoggingRequestMarshaller();
            var unmarshaller = PutBucketLoggingResponseUnmarshaller.Instance;

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