AWS SDK for .NET Documentation
EnableBucketLogging Method (request)
AmazonAmazon.S3AmazonS3ClientEnableBucketLogging(EnableBucketLoggingRequest) Did this page help you?   Yes   No    Tell us about it...
Turn on bucket logging for a specified bucket.
Declaration Syntax
C#
public EnableBucketLoggingResponse EnableBucketLogging(
	EnableBucketLoggingRequest request
)
Parameters
request (EnableBucketLoggingRequest)
The EnableBucketLoggingRequest that defines the parameters of the operation.
Return Value
Returns a EnableBucketLoggingResponse from S3.
Remarks

An Amazon S3 bucket can be configured to create access log records for the requests made against it. An access log record contains details about the request such as the request type, the resource with which the request worked, and the time and date that the request was processed. Server access logs are useful for many applications, because they give bucket owners insight into the nature of requests made by clients not under their control.

Changes to the logging status for a bucket are visible in the configuration API immediately, but they take time to actually affect the delivery of log files. For example, if you enable logging for a bucket, some requests made in the following hour might be logged, while others might not. Or, if you change the target bucket for logging from bucket A to bucket B, some logs for the next hour might continue to be delivered to bucket A, while others might be delivered to the new target bucket B. In all cases, the new settings will eventually take effect without any further action on your part.

Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)