Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@JJRdec Could you please open a new ticket with a description on how to reproduce the issue? #1305

Closed
JJRdec opened this issue Aug 16, 2023 · 0 comments

Comments

@JJRdec
Copy link

JJRdec commented Aug 16, 2023

          @JJRdec Could you please open a new ticket with a description on how to reproduce the issue?

I just tested uploading a 1GB file:

truncate -s 1G output.file
aws s3 cp ./output.file s3://bucket-a/ --endpoint-url=http://localhost:9090

The upload itself is really fast, at least locally when running S3Mock and copying a 1GB file to a bucket, it uploads with 250MB/s.
AWS CLI is using a multipart upload automatically. What is taking a while is the process of merging all parts into one file during the completion of the multipart.

Please keep in mind that S3Mock is meant to be used for local integration testing.
Usually, small files are sufficient to test this.

Originally posted by @afranken in #1115 (comment)

@JJRdec JJRdec closed this as completed Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant