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

Cascading 2 of the same provider type #1

Open
javanthropus opened this issue Nov 11, 2013 · 1 comment
Open

Cascading 2 of the same provider type #1

javanthropus opened this issue Nov 11, 2013 · 1 comment

Comments

@javanthropus
Copy link

Is it possible to cascade 2 of the same provider types, such as S3, where each uses a different configuration? For instance, the primary storage works with bucket A while the secondary works with bucket B. Bucket A should be the read-write bucket, while bucket B is read-only.

From the look of things this isn't currently possible because no facility is provided to enable per storage configuration. Everything must be handled within the top level configuration.

@kjg
Copy link
Owner

kjg commented Nov 12, 2013

You are correct. This isn’t currently possible, but it would be a great feature.

On Monday, November 11, 2013 at 4:44 PM, Jeremy Bopp wrote:

Is it possible to cascade 2 of the same provider types, such as S3, where each uses a different configuration? For instance, the primary storage works with bucket A while the secondary works with bucket B. Bucket A should be the read-write bucket, while bucket B is read-only.
From the look of things this isn't currently possible because no facility is provided to enable per storage configuration. Everything must be handled within the top level configuration.


Reply to this email directly or view it on GitHub (#1).

Repository owner deleted a comment from mohamedSalehHegazy Jan 1, 2024
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