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

test_s3_save_local_dir failed #4783

Open
kostasrim opened this issue Mar 17, 2025 · 0 comments
Open

test_s3_save_local_dir failed #4783

kostasrim opened this issue Mar 17, 2025 · 0 comments
Assignees
Labels
bug Something isn't working failing-test iouring iouring backend

Comments

@kostasrim
Copy link
Contributor

bucket = '***', prefix = 's3_dump'

    def delete_s3_objects(bucket, prefix):
        client = boto3.client("s3")
        resp = client.list_objects_v2(
            Bucket=bucket,
            Prefix=prefix,
        )
        keys = []
>       for obj in resp["Contents"]:
E       KeyError: 'Contents'

https://github.com/dragonflydb/dragonfly/actions/runs/13865348942/job/38803157602#step:6:795

@kostasrim kostasrim added bug Something isn't working failing-test iouring iouring backend labels Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working failing-test iouring iouring backend
Projects
None yet
Development

No branches or pull requests

2 participants