Storage backends
hypha.storage_backends
¶
This app defines the storage classes that are used to store the private and public media in the application. When the app moves to an installable app, users will be able to implement their own storage backends with different providers e.g. Azure
Most private files are served through the webapp to allow users to share links to the file and the recipient is then authenticated through the app rather than with the original file url with auth string.
PublicMediaStorage
¶
Bases: S3Boto3Storage
PrivateMediaStorage
¶
Bases: S3Boto3Storage