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

S3 file input plugin for Embulk

Results 6 embulk-input-s3 issues
Sort by recently updated
recently updated
newest added
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.

In this PR, I propose we change `private` to `protected`, There is some reason for this PR - Current private methods make it hard to customize - We add the...

The restored Glacier object has been excluded from loading because the storage class remains Glacier. This fix will load the Glacier object if it has already been restored. * Restored...

Hello, it seems that version 0.5.1 introduces some kind of incompatibilty with embulk-config-utils or embulk-api, I've downgraded to 0.5.0 and it worked just fine. My config is very basic, something...

This pull-request follows up #30. - this change adds Duration class to get duration parameters so that we can use usec, msec, sec, min, hour and day suffix in parameter....

For the time being, `embulk-input-s3` is not tested with the real Amazon S3. (The environment variables `EMBULK_S3_TEST_BUCKET`, `EMBULK_S3_TEST_ACCESS_KEY_ID`, and `EMBULK_S3_TEST_SECRET_ACCESS_KEY` need to be set.) The Embulk project may want to...