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

Load AWS secrets from env vars #11486

Merged
merged 1 commit into from
Nov 27, 2023
Merged

Conversation

jhonatan-lopes
Copy link
Contributor

@jhonatan-lopes jhonatan-lopes commented Nov 27, 2023

Description

Load AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY from environment variables into our Django settings. This fixes the issue with django-storages failing after the bump to 1.14.2, which was caused by a regression where those variables were not read from env vars anymore (see jschneier/django-storages#1335 and jschneier/django-storages#1336).

Replaces #11477

Copy link
Contributor

@mtdenton mtdenton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jhonatan-lopes jhonatan-lopes merged commit c054d29 into main Nov 27, 2023
6 checks passed
@jhonatan-lopes jhonatan-lopes deleted the chore/fix-django-storages branch November 27, 2023 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants