Skip to content

Commit

Permalink
adicionado config de strategy
Browse files Browse the repository at this point in the history
close #42
  • Loading branch information
thiago-garcia committed Mar 30, 2024
1 parent fffe4d3 commit c9140f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pypro/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
MEDIA_ROOT = BASE_DIR / 'mediafiles'

COLLECTFAST_ENABLE = False
COLLECTFAST_STRATEGY = 'collectfast.strategies.boto3.Boto3Strategy'

AWS_ACCESS_KEY_ID = config('AWS_ACCESS_KEY_ID')

Expand All @@ -144,6 +145,7 @@
AWS_S3_CUSTOM_DOMAIN = None

COLLECTFAST_ENABLE = True
COLLECTFAST_STRATEGY = 'collectfast.strategies.boto3.Boto3Strategy'

Check warning on line 148 in pypro/settings.py

View check run for this annotation

Codecov / codecov/patch

pypro/settings.py#L148

Added line #L148 was not covered by tests

AWS_DEFAULT_ACL = 'private'

Expand Down

0 comments on commit c9140f2

Please sign in to comment.