-
Notifications
You must be signed in to change notification settings - Fork 62
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
[Multitenant] S3 multitenancy: bucket implementation #5273
Comments
Can you help me give where code logic? |
I asked myself the same question, as you can see in that other task => #5271 (comment) So I aint sure either |
Q: Theoretically we already support 1 bucket per domain, no? |
I fail to see where in the code though, we have a bucket name column but I feel it's always default somehow. RLS is disabled on that table as well. But i might be wrong, in which case please point me to the right piece of code |
I asked for S3 implementation instead. |
Implement the bucket implementation for S3 blobstore multitenancy.
Derive a bucketname per tenant within S3BlobStoreDAO when using the bucket mode.
DoD: Integration tests
The text was updated successfully, but these errors were encountered: