-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
revert: "chore(batch-exports): Revert "chore: upgrade minio"" #29189
Changes from 5 commits
7899b98
b199e6f
28fbe2c
ad05b7d
5667720
3fa7630
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -168,7 +168,7 @@ async def minio_client(bucket_name): | |
|
||
yield minio_client | ||
|
||
await delete_all_from_s3(minio_client, bucket_name, key_prefix="/") | ||
await delete_all_from_s3(minio_client, bucket_name, key_prefix="") | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the prefix i'm guessing we don't care @Gilbert09 @rossgray There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. if it works 🤷 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure why that behaviour has changed then but sounds like it should be fine |
||
|
||
await minio_client.delete_bucket(Bucket=bucket_name) | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the version I've validated works for local dev and for self hosted