-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix S3Boto3Storage backend and test cases (#415)
* Fix S3Boto3Storage backend and test cases * Refactor file deletion in S3Boto3StorageHealthCheck * Refactor test_storage.py to improve code organization and import statements * Fix import order in s3boto3_storage backend * Add django-storages to test dependencies * Add boto3 to test dependencies * HealthCheckS3Boto3StorageTests only for Django 4.2+ --------- Co-authored-by: Krystof Beuermann <[email protected]>
- Loading branch information
Showing
4 changed files
with
154 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,8 @@ test = | |
pytest-django | ||
celery | ||
redis | ||
django-storages | ||
boto3 | ||
docs = | ||
sphinx | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters