Click or drag to resize
IOssSetBucketLogging Method
Sets Bucket logging config OSS will log the access information on this bucket, according to the logging config The hourly log file will be stored in the target bucket.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
void SetBucketLogging(
	SetBucketLoggingRequest setBucketLoggingRequest
)

Parameters

setBucketLoggingRequest
Type: Aliyun.OSSSetBucketLoggingRequest
See Also