2.0.0
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:
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