Skip to content

Commit

Permalink
1、修复 ListObjectsInput fetch_owner 的类型错误
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengzhiqi.zzq committed Sep 27, 2024
1 parent f730747 commit 8375136
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions spec/proto/extension/v1/s3/oss.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spec/proto/extension/v1/s3/oss.proto
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ message ListObjectsInput{
// Confirms that the requester knows that they will be charged for the request.
string request_payer = 9;
// Decide whether fetch owner info from server,which is required for aliyun oss.
string fetch_owner = 10;
bool fetch_owner = 10;
}

// ListObjectsOutput
Expand Down

0 comments on commit 8375136

Please sign in to comment.