flownative / flow-aws-s3

Amazon S3 adaptor for Neos and Flow
MIT License
18 stars 33 forks source link

Feature: Multiple Profiles (or another way to add multiple buckets) #44

Open paavo opened 3 years ago

paavo commented 3 years ago

I'd love to have a way of adding another readonly S3 Storage as additional assetSources in Neos. I think about offering one Sites Buckets as readonly “Shared Content” for another Neos Site.

A way to have multiple S3 assetSources on different storages of the same type

kdambekalns commented 3 years ago

You can define another storage and/or target pointing to a different bucket. Your problem is rather the fact, that you need "a second asset source", because the builtin Neos asset source only uses a single storage/target. Right?

paavo commented 3 years ago

You can define another storage and/or target pointing to a different bucket. Your problem is rather the fact, that you need "a second asset source", because the builtin Neos asset source only uses a single storage/target. Right?

Yes, i think this is the Problem. Im able to add another "Asset Source" like Unsplash, but not two sources of the same type 🤔 @kdambekalns