Skip to content

Commit

Permalink
Backport #29762 to 21.3: May be fix s3 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-clickhouse committed Oct 14, 2021
1 parent b3e6cbb commit 9b5d2a6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ version: '2.3'

services:
minio1:
image: minio/minio
# Newer version of minio results in such errors:
# "AWSErrorMarshaller: Encountered AWSError 'InternalError': We encountered an internal error, please try again"
image: minio/minio:RELEASE.2021-09-23T04-46-24Z
volumes:
- data1-1:/data1
- ${MINIO_CERTS_DIR:-}:/certs
Expand Down

0 comments on commit 9b5d2a6

Please sign in to comment.