thumbor-community / aws

Thumbor AWS extensions
MIT License
155 stars 70 forks source link

Multiple TC_AWS_LOADER_BUCKET #138

Closed grendach closed 1 year ago

grendach commented 4 years ago

Is it possible to make this work with multiple s3 buckets in tc_aws plugin for thumbor? I'm using multiple cloud front distributions backed by it's own s3 bucket. Similar solution is implemented in serverless-image-handler/issues/56 Thanks in advance for help.

Bladrak commented 4 years ago

Hi, The go-to solution adopted by thumbor when dealing with multiple loaders is to have several processes running thumbor with a different configuration for each process. This could make a workaround in the mean time. I think this is an interesting feature, but we need to be careful in how to implement that (multiple sessions or not, ...) in order to avoid performance issues. I don't have the time to look into it right now however, if anyone's up for it feel free to submit a PR.

Bladrak commented 1 year ago

Cleaning up old issues