Skip to content

Commit

Permalink
support s3 config profile (#1178)
Browse files Browse the repository at this point in the history
Co-authored-by: disksing <[email protected]>
  • Loading branch information
takaidohigasi and disksing authored Sep 14, 2023
1 parent 5a0c9e4 commit b8ed19b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkg/brpb/brpb.pb.go

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

1 change: 1 addition & 0 deletions proto/brpb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ message S3 {
bool object_lock_enabled = 14;
string session_token = 15;
string provider = 16;
string profile = 17;
}

// GCS storage backend saves files into google cloud storage.
Expand Down
5 changes: 5 additions & 0 deletions scripts/proto.lock
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,11 @@
"id": 16,
"name": "provider",
"type": "string"
},
{
"id": 17,
"name": "profile",
"type": "string"
}
]
},
Expand Down

0 comments on commit b8ed19b

Please sign in to comment.