Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

[Bug] Multipart Upload Fails for Large Files #232

Open
pcaswell opened this issue Mar 12, 2018 · 0 comments
Open

[Bug] Multipart Upload Fails for Large Files #232

pcaswell opened this issue Mar 12, 2018 · 0 comments

Comments

@pcaswell
Copy link

pcaswell commented Mar 12, 2018

Hello,
I have FakeS3 setup on Ubuntu 14.04 LTS 64 bit

I have an S3 application developed using the AWS S3 C++ API. Using this application I am able to successfully upload files to S3 but I'm now getting to the point where I'd like to test with some REALLY big files. For cost (and time) reasons I'd like to use FakeS3.

I am starting FakeS3 on the ubuntu box using these arguments:
fakes2 -r /home/dev/fakes3_root/ -p 4567 -H fakes3.local

I am able to upload successfully to S3 a 16MB and a 500MB file. Each of these uploads uses the S3 multipart API and succeeds. When I switch to FakeS3 the 16MB file uploads successfully but FakeS3 appears to fail with the 500MB file. For info: the parts are uploaded in 5MB blocks.

Here's the output from S3 when it appears to go wrong. Any help appreciated.
create_500MB_object.txt

Also works with a 100MB, and a 201MB file. Fails with 301MB file.
Regards,
Paul

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant