File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
include/ydb-cpp-sdk/client/import Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ struct TImportFromS3Settings : public TOperationRequestSettings<TImportFromS3Set
4242 FLUENT_SETTING_OPTIONAL (std::string, Description);
4343 FLUENT_SETTING_OPTIONAL (uint32_t , NumberOfRetries);
4444 FLUENT_SETTING_OPTIONAL (bool , NoACL);
45+ FLUENT_SETTING_OPTIONAL (bool , SkipChecksumValidation);
4546};
4647
4748class TImportFromS3Response : public TOperation {
Original file line number Diff line number Diff line change @@ -72,6 +72,9 @@ message ImportFromS3Settings {
7272 // Prevent importing of ACL and owner. If true, objects are created with empty ACL
7373 // and their owner will be the user who started the import.
7474 bool no_acl = 11 ;
75+
76+ // Skip checksum validation during import
77+ bool skip_checksum_validation = 12 ;
7578}
7679
7780message ImportFromS3Result {
You can’t perform that action at this time.
0 commit comments