fix
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -534,7 +534,8 @@ template <> struct adl_serializer<repertory::s3_config> {
|
||||
data[repertory::JSON_ACCESS_KEY] = value.access_key;
|
||||
data[repertory::JSON_BUCKET] = value.bucket;
|
||||
data[repertory::JSON_ENCRYPTION_TOKEN] = value.encryption_token;
|
||||
data[repertory::JSON_ENCRYPTION_TOKEN] = value.force_legacy_encryption;
|
||||
data[repertory::JSON_FORCE_LEGACY_ENCRYPTION] =
|
||||
value.force_legacy_encryption;
|
||||
data[repertory::JSON_REGION] = value.region;
|
||||
data[repertory::JSON_SECRET_KEY] = value.secret_key;
|
||||
data[repertory::JSON_TIMEOUT_MS] = value.timeout_ms;
|
||||
|
Reference in New Issue
Block a user