s3tests: add tests for per-bucket cloud transition targeting#716
Open
mheler wants to merge 1 commit intoceph:masterfrom
Open
s3tests: add tests for per-bucket cloud transition targeting#716mheler wants to merge 1 commit intoceph:masterfrom
mheler wants to merge 1 commit intoceph:masterfrom
Conversation
12 tasks
Contributor
|
Could you also please add a test for simple restore when |
Add tests to validate the target_by_bucket feature which allows each source bucket to transition objects to a dedicated destination bucket rather than sharing a common target. New tests: - test_lifecycle_cloud_transition_target_by_bucket: validates objects land in bucket-specific targets without source bucket name prefix - test_lifecycle_cloud_transition_target_by_bucket_multiple_buckets: validates isolation between different source buckets Each test will perform a restore of the object transitioned. Signed-off-by: Matthew N. Heler <matthew.heler@hotmail.com>
c7b31d0 to
2fc33fc
Compare
Author
I included it as part of the tests now, but I can separate it out if required. |
soumyakoduri
approved these changes
Dec 17, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add tests to validate the target_by_bucket feature which allows each source bucket to transition objects to a dedicated destination bucket rather than sharing a common target.
New tests: