embulk-input-s3
embulk-input-s3 copied to clipboard
Add support for MinIO (and other S3-compatible storages)
trafficstars
withPathStyleAccessEnabled(true) needs to be enabled in AmazonS3ClientBuilder in order for this plugin to work with MinIO.
This PR ads new configuration option path_style_access which lets you configure this behavior.
Thanks for your contrubution.
Can you add some information that supports :
withPathStyleAccessEnabled(true) needs to be enabled in AmazonS3ClientBuilder in order for this plugin to work with MinIO.
For example, AWS API Doc or SDK Javadoc, MinIO Doc, and/or else...