Skip to content

2.0.0

Compare
Choose a tag to compare
@thaiphan thaiphan released this 15 Feb 10:59
· 4 commits to master since this release
d59a902

This release modifies how we save AWS credentials to the backend.

Previously, these config settings were being stored in the database as plain text. However, people were complaining about that so we now store this data using the following recommended strategy instead:

https://devdocs.magento.com/guides/v2.3/extension-dev-guide/configuration/sensitive-and-environment-settings.html

Special thanks to @atishgoswami for contributing this change!

Warning: This is a breaking change. You will need to reset your Access Key ID and Secret Access Key values upon updating:

php bin/magento s3:config:set \
    --access-key-id=XXXXXXX \
    --secret-key=XXXXXXX