mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-25 08:48:13 +02:00
feat: support other s3 sig versions so it works with s3 (#461)
This commit is contained in:
parent
811b9e9803
commit
1e2a276a61
5 changed files with 116 additions and 8 deletions
|
|
@ -18,6 +18,13 @@ ENABLE_AWS_S3="false"
|
|||
# AWS_SECRET_ACCESS_KEY=""
|
||||
# S3_BUCKET=""
|
||||
# S3_REGION=""
|
||||
# --- S3-compatible servers (MinIO, rustfs, Ceph, ...) ---
|
||||
# Use the S3 backend (ENABLE_AWS_S3=true) against a non-AWS, S3-compatible
|
||||
# server by overriding the endpoint and signing. Unlike the MinIO backend, the
|
||||
# S3 backend emits real presigned URLs, so the bucket can stay private.
|
||||
# S3_ENDPOINT_URL="" # e.g. https://s3.example.com (blank = AWS default)
|
||||
# S3_SIGNATURE_VERSION="" # blank = botocore default; set "s3v4" if the server requires SigV4
|
||||
# S3_ADDRESSING_STYLE="" # blank = auto; set "path" if the server / TLS cert requires path-style
|
||||
|
||||
# MinIO Configuration if using containerised MinIO instead of
|
||||
# AWS S3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue