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

Embulk S3 output plugin

Results 6 embulk-output-s3 issues
Sort by recently updated
recently updated
newest added

If there are many requests for upload to s3, 503 Slow Down happens. This is because the number of upload requests exceeds s3 auto-scaling. We need retry it. > Amazon...

This is minimal support for S3 compatible storage such as MinIO. ```console $ docker run \ -p 9000:9000 \ -p 9001:9001 \ -e "MINIO_ROOT_USER=AKIAEXAMPLEKEY" \ -e "MINIO_ROOT_PASSWORD=P8AvMjug9c14v/K7MDENG/bPxRfiCYEXAMPLEKEY" \ minio/minio server...

Can you please add support for encrypted load in this plugin? Thank you

For the time being, `embulk-output-s3` is not tested with the real Amazon S3. The Embulk project may want to have an AWS account maintained by the community. Or, we may...

I am currently using Oracle Cloud Object Storage (S3). Since embulk-output-s3 utilizes the AWS SDK, I initially expected it to be compatible without any issues. However, Oracle S3 requires requests...