-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testing whether encrypted multipart object download fails with md5 mi…
…smatch after transition Signed-off-by: Hemanth Sai Maheswarla <[email protected]>
- Loading branch information
Hemanth Sai Maheswarla
authored and
Hemanth Sai Maheswarla
committed
Mar 22, 2024
1 parent
dcdef4b
commit 6da1827
Showing
2 changed files
with
145 additions
and
4 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
...onfigs/test_sse_kms_per_bucket_encryption_multipart_object_download_after_transition.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
config: | ||
user_count: 1 | ||
encryption_keys: kms | ||
bucket_count: 2 | ||
objects_count: 25 | ||
test_lc_transition: True | ||
pool_name: data.cold | ||
storage_class: cold | ||
ec_pool_transition: False | ||
multiple_transitions: False | ||
objects_size_range: | ||
min: 6M | ||
max: 15M | ||
test_ops: | ||
create_bucket: true | ||
create_object: true | ||
enable_version: false | ||
sse_s3_per_bucket: true | ||
upload_type: multipart | ||
delete_bucket_object: false | ||
delete_bucket_object_version: false | ||
actual_lc_days: 6 | ||
lifecycle_conf: | ||
- ID: LC_Rule_1 | ||
Filter: | ||
Prefix: key | ||
Status: Enabled | ||
Transitions: | ||
- Days: 6 | ||
StorageClass: cold |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters