File tree 2 files changed +4
-0
lines changed
include/ydb-cpp-sdk/client/import 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
42
42
FLUENT_SETTING_OPTIONAL (std::string, Description);
43
43
FLUENT_SETTING_OPTIONAL (uint32_t , NumberOfRetries);
44
44
FLUENT_SETTING_OPTIONAL (bool , NoACL);
45
+ FLUENT_SETTING_OPTIONAL (bool , SkipChecksumValidation);
45
46
};
46
47
47
48
class TImportFromS3Response : public TOperation {
Original file line number Diff line number Diff line change @@ -72,6 +72,9 @@ message ImportFromS3Settings {
72
72
// Prevent importing of ACL and owner. If true, objects are created with empty ACL
73
73
// and their owner will be the user who started the import.
74
74
bool no_acl = 11 ;
75
+
76
+ // Skip checksum validation during import
77
+ bool skip_checksum_validation = 12 ;
75
78
}
76
79
77
80
message ImportFromS3Result {
You can’t perform that action at this time.
0 commit comments