Upload to S3
yuokada opened this issue · 4 comments
yuokada commented
Upload to S3
yuokada commented
DefaultAWSCredentialsProviderChain
or ClasspathPropertiesFileCredentialsProvider
References
yuokada commented
sakama commented
Hi.
You may be able to use embulk-util-aws-credentials library to support AWS authentications.
This supports various kinds of auth methods so that I guess you'll be able to implement with less efforts.
This library is developing as a sub project of embulk-input-s3 plugin and also be released to bintray.
You can find usage in embulk-output-redshift.
Regards.
yuokada commented
Thanks, I wil try to use it.