Skip to content

Commit

Permalink
revert: "chore(batch-exports): Revert "chore: upgrade minio"" (#29189)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Feb 25, 2025
1 parent 3eb65a3 commit 4c51a58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ services:
DYNAMIC_CONFIG_ENABLED: 'true'

objectstorage:
image: minio/minio:RELEASE.2022-06-25T15-50-16Z
image: minio/minio:RELEASE.2025-02-18T16-25-55Z
restart: on-failure
environment:
MINIO_ROOT_USER: object_storage_root_user
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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="")

await minio_client.delete_bucket(Bucket=bucket_name)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def minio_client(bucket_name):

yield minio_client

delete_all_from_s3(minio_client, bucket_name, key_prefix="/")
delete_all_from_s3(minio_client, bucket_name, key_prefix="")

minio_client.delete_bucket(Bucket=bucket_name)

Expand Down

0 comments on commit 4c51a58

Please sign in to comment.