We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58c0c4 commit 97560dfCopy full SHA for 97560df
ydb/public/api/protos/ydb_export.proto
@@ -115,6 +115,10 @@ message ExportToS3Settings {
115
// Region to use in requests
116
string region = 11;
117
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
122
bool disable_virtual_addressing = 12;
123
}
124
0 commit comments