embulk-input-s3 icon indicating copy to clipboard operation
embulk-input-s3 copied to clipboard

Add support for MinIO (and other S3-compatible storages)

Open kakoni opened this issue 1 year ago • 1 comments
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.

kakoni avatar Jan 09 '24 22:01 kakoni

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...

dmikurube avatar Jan 10 '24 00:01 dmikurube