In order to remove the need to enter the accessKeyId and secretAccessKey in the configuration file. Allow users to grab access key from their ~/.aws/credentials if configured. I believe this is the default behavior of AWS.S3 module if the keys are not found (at least on macOS). I have an inbound PR that is working for me on macOS.
In order to remove the need to enter the
accessKeyId
andsecretAccessKey
in the configuration file. Allow users to grab access key from their~/.aws/credentials
if configured. I believe this is the default behavior ofAWS.S3
module if the keys are not found (at least on macOS). I have an inbound PR that is working for me on macOS.