@@ -395,9 +395,9 @@ message GetObjectTaggingOutput{
395
395
message CopySource {
396
396
// source object bucket name
397
397
string copy_source_bucket = 1 ;
398
- // source object name
398
+ // source object name
399
399
string copy_source_key = 2 ;
400
- // source object version
400
+ // source object version
401
401
string copy_source_version_id = 3 ;
402
402
}
403
403
@@ -755,7 +755,7 @@ message CreateMultipartUploadOutput{
755
755
// incomplete multipart uploads.
756
756
string abort_rule_id = 4 ;
757
757
// Indicates whether the multipart upload uses an S3 Bucket Key for server-side
758
- // encryption with Amazon Web Services KMS (SSE-KMS).
758
+ // encryption with Amazon Web Services KMS (SSE-KMS).
759
759
bool bucket_key_enabled = 5 ;
760
760
// If present, indicates that the requester was successfully charged for the
761
761
// request.
@@ -1060,7 +1060,7 @@ message MultipartUpload{
1060
1060
Owner owner = 4 ;
1061
1061
// The class of storage used to store the object.
1062
1062
string storage_class = 5 ;
1063
- // // Upload ID that identifies the multipart upload.
1063
+ // Upload ID that identifies the multipart upload.
1064
1064
string upload_id = 6 ;
1065
1065
}
1066
1066
@@ -1312,7 +1312,7 @@ message UpdateBandwidthRateLimitInput{
1312
1312
string store_name = 1 ;
1313
1313
// The average upload/download bandwidth rate limit in bits per second.
1314
1314
int64 average_rate_limit_in_bits_per_sec = 2 ;
1315
- //Resource name of gateway
1315
+ // Resource name of gateway
1316
1316
string gateway_resource_name = 3 ;
1317
1317
}
1318
1318
0 commit comments