bernardopires / django-tenant-schemas

Tenant support for Django using PostgreSQL schemas.
https://django-tenant-schemas.readthedocs.org/en/latest/
MIT License
1.45k stars 425 forks source link

google-storage bucket for each tenants-schema #658

Open anitstack opened 3 years ago

anitstack commented 3 years ago

Hi, I need to create a separate google-storage bucket for each tenant-schema, I have integrated a bucket with my application but for this, I am using the same bucket for each schema, can you please suggest me how can I do this. Thanks in advance