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

How to create tenant_schemas.storage.TenantFileSystemStorage within AWS s3 bucket with django-storages 1.12.3 #676

Open
mn-48 opened this issue Jan 17, 2022 · 0 comments

Comments

@mn-48
Copy link

mn-48 commented Jan 17, 2022

According django tenant_schema doc and django storages doc . Those two package recomendate use same variable named DEFAULT_FILE_STORAGE within settings.py

How to create TenantFileSystemStorage in ASW s3 bucket storage.

# for TenantFileSystemStorage
DEFAULT_FILE_STORAGE = 'tenant_schemas.storage.TenantFileSystemStorage'
# for s3 bucket 
DEFAULT_FILE_STORAGE = 'storages.backends.s3boto3.S3Boto3Storage'

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

1 participant