Skip to content

Commit

Permalink
update minio and force path style
Browse files Browse the repository at this point in the history
  • Loading branch information
nopcoder committed Nov 30, 2023
1 parent db0aab8 commit 168cc30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/lakefsfs_contract/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
POSTGRES_USER: lakefs
POSTGRES_PASSWORD: lakefs
minio:
image: minio/minio:RELEASE.2021-07-27T02-40-15Z
image: minio/minio:RELEASE.2023-11-20T22-40-07Z
command: server --console-address ":9001" /home/shared
networks:
default:
Expand Down Expand Up @@ -49,10 +49,10 @@ services:
- LAKEFS_STATS_ENABLED=false
- LAKEFS_BLOCKSTORE_LOCAL_PATH=/home/lakefs
- LAKEFS_BLOCKSTORE_TYPE=s3
- LAKEFS_BLOCKSTORE_S3_REGION=us-east-1
- LAKEFS_BLOCKSTORE_S3_CREDENTIALS_ACCESS_KEY_ID=minio
- LAKEFS_BLOCKSTORE_S3_CREDENTIALS_SECRET_ACCESS_KEY=minio123
- LAKEFS_BLOCKSTORE_S3_ENDPOINT=http://s3.local.lakefs.io:9000
- LAKEFS_BLOCKSTORE_S3_FORCE_PATH_STYLE=true
- LAKEFS_BLOCKSTORE_GS_CREDENTIALS_JSON
- LAKEFS_BLOCKSTORE_AZURE_STORAGE_ACCOUNT
- LAKEFS_BLOCKSTORE_AZURE_STORAGE_ACCESS_KEY
Expand Down

0 comments on commit 168cc30

Please sign in to comment.