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

Feature Request - Multiple S3 bucket support for image loader piece #158

Open
meetshubhamkumar opened this issue Mar 16, 2023 · 1 comment

Comments

@meetshubhamkumar
Copy link

Feature Description

We are using thumbor and the setup is currently running on aws cloud.

Our images are stored on aws s3. The bucket is private and we are accessing the bucket using the plugin which is provided by tc_aws. The plugin allows us to access our images (objects) which are there in our private s3 bucket.

The only problem we are facing is that the plugin supports only one bucket as a part of the configuration. We are planning to distribute the images in other buckets. We know that we can use the same bucket and add some path prefix but due to some reasons we cant do that and are planning to create few more buckets.

So please let us know is it possible to add multi bucket support in the loader piece?

@Bladrak
Copy link

Bladrak commented Mar 31, 2023

The standard implementation for that would be to have multiple thumbor processes with different configurations, and a process balancer in front such as supervisor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants