yuokada/embulk-output-orc

Upload to S3

yuokada opened this issue · 4 comments

Upload to S3

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.

Thanks, I wil try to use it.