Skip to content

Commit ed5027c

Browse files
pixccgithub-actions[bot]
authored andcommitted
Enable feature flags by default for 25-3 (#25215)
1 parent 147fb83 commit ed5027c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/last_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
aaa5e68e24e0ddb288032dfac9709ac53d1f1e29
1+
f536da703bd264523ca32173963972b8c91174f8

src/client/import/import.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,10 @@ TAsyncImportFromS3Response TImportClient::ImportFromS3(const TImportFromS3Settin
262262
settingsProto.set_no_acl(settings.NoACL_.value());
263263
}
264264

265+
if (settings.SkipChecksumValidation_) {
266+
settingsProto.set_skip_checksum_validation(settings.SkipChecksumValidation_.value());
267+
}
268+
265269
if (settings.SourcePrefix_) {
266270
settingsProto.set_source_prefix(settings.SourcePrefix_.value());
267271
}

0 commit comments

Comments
 (0)