Custom S3 compatible endpoint

Feature Request Andreas Andreas · 2 years ago · edited

Allowing to manually set a different Amazon s3 compatible endpoint.

deadsuperhero deadsuperhero · 1 year ago

Wait, is the S3 endpoint currently hard-coded?

Wallerand Wallerand · 1 year ago (edited)

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

Log in to reply

Voters (3)

Oluwatobi Oluwatobi
Andreas Andreas
deadsuperhero deadsuperhero