![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Branch: refs/heads/master Home: https://github.com/dreamwidth/dw-free Commit: a3115c7bbd106cff3ca5da0fb0d1f9d62f7f6640 https://github.com/dreamwidth/dw-free/commit/a3115c7bbd106cff3ca5da0fb0d1f9d62f7f6640 Author: Mark Smith mark@qq.is Date: 2021-10-02 (Sat, 02 Oct 2021)
Changed paths: M cgi-bin/DW/BlobStore/S3.pm M cgi-bin/DW/TaskQueue/SQS.pm
Log Message:
Remove credentials
It looks like Paws does this automatically, using the standard method of setting AWS configs -- the environment variables, the .aws files in homedir, or via instance profiles.
I'm doing this here because I'm trying to get ECS credentials to work, and instead of using yet a third credential library here, I'm going to try this the default way.