Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write file to rgw bucket from client #9680

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

fbalak
Copy link
Contributor

@fbalak fbalak commented Apr 16, 2024

No description provided.

@fbalak fbalak added Squad/Red provider-client Provider-client solution labels Apr 16, 2024
@fbalak fbalak self-assigned this Apr 16, 2024
@fbalak fbalak requested review from a team as code owners April 16, 2024 09:45
@pull-request-size pull-request-size bot added the size/L PR that changes 100-499 lines label Apr 16, 2024
Copy link

openshift-ci bot commented Apr 16, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: fbalak

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@fbalak fbalak force-pushed the provider-client-rgw-write branch from 4d278c7 to 018487a Compare May 28, 2024 11:56
@fbalak
Copy link
Contributor Author

fbalak commented May 29, 2024

@fbalak fbalak added the Verified Mark when PR was verified and log provided label May 29, 2024

@pytest.fixture
def return_to_original_context():
"""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixture looks useful and generic, are you sure you want to use it only for rgw tests?

Comment on lines +74 to +76
assert set(downloaded_files).issubset(
obj.key for obj in rgw_obj.s3_list_all_objects_in_bucket(bucketname)
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fbalak We can use verify_s3_object_integrity method from bucket_utils.py file for object integrity.

Please refer below link:

def verify_s3_object_integrity(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
provider-client Provider-client solution size/L PR that changes 100-499 lines Squad/Red Verified Mark when PR was verified and log provided
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants