Skip to content

Commit ebfa15f

Browse files
committed
format pb file comments
1 parent a15c15d commit ebfa15f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

spec/proto/extension/v1/oss.pb.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/proto/extension/v1/oss.proto

+5-5
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,9 @@ message GetObjectTaggingOutput{
395395
message CopySource{
396396
// source object bucket name
397397
string copy_source_bucket = 1;
398-
// source object name
398+
// source object name
399399
string copy_source_key = 2;
400-
// source object version
400+
// source object version
401401
string copy_source_version_id = 3;
402402
}
403403

@@ -755,7 +755,7 @@ message CreateMultipartUploadOutput{
755755
// incomplete multipart uploads.
756756
string abort_rule_id = 4;
757757
// 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).
759759
bool bucket_key_enabled = 5;
760760
// If present, indicates that the requester was successfully charged for the
761761
// request.
@@ -1060,7 +1060,7 @@ message MultipartUpload{
10601060
Owner owner = 4;
10611061
// The class of storage used to store the object.
10621062
string storage_class = 5;
1063-
// // Upload ID that identifies the multipart upload.
1063+
// Upload ID that identifies the multipart upload.
10641064
string upload_id = 6;
10651065
}
10661066

@@ -1312,7 +1312,7 @@ message UpdateBandwidthRateLimitInput{
13121312
string store_name = 1;
13131313
// The average upload/download bandwidth rate limit in bits per second.
13141314
int64 average_rate_limit_in_bits_per_sec = 2;
1315-
//Resource name of gateway
1315+
// Resource name of gateway
13161316
string gateway_resource_name = 3;
13171317
}
13181318

0 commit comments

Comments
 (0)