Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Calculate settings for S3Boto3StorageFile when instantiated, not impo…
…rted (#930) This allows the "storages.backends.s3boto3" module to be cleanly imported before Django settings are configured. This further supports the changes from #524. Removing "S3Boto3StorageFile.buffer_size" as a class variable does not affect the API surface of "S3Boto3StorageFile", as "buffer_size" was always accessible as an instance variable.
- Loading branch information