Skip to content

Commit

Permalink
OCIS: Update to new S3NG flags
Browse files Browse the repository at this point in the history
With owncloud/ocis#2598 the flags for the S3NG driver were updated.
  • Loading branch information
AndreasSko committed Oct 17, 2021
1 parent 617aa0c commit 02776e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ansible/files/ocis/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ services:
STORAGE_USERS_DRIVER: s3ng
STORAGE_METADATA_DRIVER: ocis # keep metadata on ocis storage since this are only small files atm
# s3ng specific settings
STORAGE_DRIVER_S3NG_ENDPOINT: https://s3.eu-central-003.backblazeb2.com
STORAGE_DRIVER_S3NG_REGION: eu-central-003
STORAGE_DRIVER_S3NG_ACCESS_KEY: ${OCIS_S3_ACCESS_KEY}
STORAGE_DRIVER_S3NG_SECRET_KEY: ${OCIS_S3_SECRET_KEY}
STORAGE_DRIVER_S3NG_BUCKET: ${OCIS_S3_BUCKET}
STORAGE_USERS_DRIVER_S3NG_ENDPOINT: https://s3.eu-central-003.backblazeb2.com
STORAGE_USERS_DRIVER_S3NG_REGION: eu-central-003
STORAGE_USERS_DRIVER_S3NG_ACCESS_KEY: ${OCIS_S3_ACCESS_KEY}
STORAGE_USERS_DRIVER_S3NG_SECRET_KEY: ${OCIS_S3_SECRET_KEY}
STORAGE_USERS_DRIVER_S3NG_BUCKET: ${OCIS_S3_BUCKET}
# Storage Frontend
STORAGE_FRONTEND_UPLOAD_MAX_CHUNK_SIZE: 100000000 # <100MB
volumes:
Expand Down

0 comments on commit 02776e5

Please sign in to comment.