Skip to content

Commit 97560df

Browse files
authored
Update ydb_export.proto
1 parent f58c0c4 commit 97560df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ydb/public/api/protos/ydb_export.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ message ExportToS3Settings {
115115
// Region to use in requests
116116
string region = 11;
117117

118+
// disables virtual hosting style buckets aws s3 feature
119+
// it changes the way bucket appended to url. e.g. https//bucket_name.example.com/ vs https://example.com/bucket_name
120+
// details: https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html
121+
// it is especially useful for custom s3 implementations
118122
bool disable_virtual_addressing = 12;
119123
}
120124

0 commit comments

Comments
 (0)