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

Fix S3Boto3Storage backend and test cases #415

Merged
merged 7 commits into from
May 3, 2024

Commits on Feb 7, 2024

  1. Fix S3Boto3Storage backend and test cases

    Krystof Beuermann committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    5be72af View commit details
    Browse the repository at this point in the history
  2. Refactor file deletion in S3Boto3StorageHealthCheck

    Krystof Beuermann committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    345bc83 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Refactor test_storage.py to improve code organization and import stat…

    …ements
    Krystof Beuermann committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a327224 View commit details
    Browse the repository at this point in the history
  2. Fix import order in s3boto3_storage backend

    Krystof Beuermann committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a1b2ed3 View commit details
    Browse the repository at this point in the history
  3. Add django-storages to test dependencies

    Krystof Beuermann committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    600a9d4 View commit details
    Browse the repository at this point in the history
  4. Add boto3 to test dependencies

    Krystof Beuermann committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8b5dbf0 View commit details
    Browse the repository at this point in the history
  5. HealthCheckS3Boto3StorageTests only for Django 4.2+

    Krystof Beuermann committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    643df6d View commit details
    Browse the repository at this point in the history