Custom S3 compatible endpoint
Feature Request
Andreas
·
2 years ago
·
edited
Allowing to manually set a different Amazon s3 compatible endpoint.
Wait, is the S3 endpoint currently hard-coded?
Hi! @Andreas, @Deadsuperhero
I'm currently using Minio as S3 alternative, you just have to setup these environment variables:
AWS_ACCESS_KEY_ID=XXX
AWS_SECRET_ACCESS_KEY=XXX
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=your-bucket
MIXPOST_DISK=s3
AWS_ENDPOINT=your.minio.instance.url
AWS_USE_PATH_STYLE_ENDPOINT=true