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 147fb83 commit ed5027cCopy full SHA for ed5027c
.github/last_commit.txt
@@ -1 +1 @@
1
-aaa5e68e24e0ddb288032dfac9709ac53d1f1e29
+f536da703bd264523ca32173963972b8c91174f8
src/client/import/import.cpp
@@ -262,6 +262,10 @@ TAsyncImportFromS3Response TImportClient::ImportFromS3(const TImportFromS3Settin
262
settingsProto.set_no_acl(settings.NoACL_.value());
263
}
264
265
+ if (settings.SkipChecksumValidation_) {
266
+ settingsProto.set_skip_checksum_validation(settings.SkipChecksumValidation_.value());
267
+ }
268
+
269
if (settings.SourcePrefix_) {
270
settingsProto.set_source_prefix(settings.SourcePrefix_.value());
271
0 commit comments