Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configuration of S3 bucket names #11

Closed
termermc opened this issue Nov 3, 2021 · 3 comments · Fixed by #26
Closed

Allow configuration of S3 bucket names #11

termermc opened this issue Nov 3, 2021 · 3 comments · Fixed by #26
Labels
enhancement New feature or request

Comments

@termermc
Copy link

termermc commented Nov 3, 2021

At the moment, installation assumes that you are using Minio, and requires you to use hardcoded bucket names. This is a problem for anyone wanting to use a cloud storage service such as Amazon S3, since bucket names need to be unique.

Allowing bucket names to be configured will allow use with cloud hosts such as Amazon S3, and make storage much cheaper for many instances as a result.

@insertish insertish added the enhancement New feature or request label Nov 11, 2021
@TylerHobanDotCom
Copy link

🤦

Also experiencing this issue

@hibobmaster
Copy link

I get it work without issue, here is my config

# S3 Region
AUTUMN_S3_REGION=eu-central-2

# S3 Endpoint
AUTUMN_S3_ENDPOINT=https://{your_bucket_name}.s3.eu-central-2.wasabisys.com

@DezyNation
Copy link

Is there any update on this?
I'm using Storj but Autumn gives me error while running docker-compose up -d

The error says Skipping existence check, make sure your S3 buckets exist!

Please let me know how can I tell Autumn what my bucket name is?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

5 participants