コード例 #1
0
 public Task <GetBucketLockConfigurationResponse> GetBucketLockConfigurationAsync(string bucketName, Action <GetBucketLockConfigurationRequest>?config = null, CancellationToken token = default)
 {
     return(_bucketClient.GetBucketLockConfigurationAsync(bucketName, config, token));
 }