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

Uploading large files (streaming) to Google S3 fail (issue with multi-part) #80

Open
holzman opened this issue Oct 15, 2021 · 0 comments

Comments

@holzman
Copy link

holzman commented Oct 15, 2021

Davix-libs 0.8.0-1, gfal2 2.20.0-1

Even though Google claims it's compatible with multi-part uploads via their S3 compatibility endpoints, it is not working:

$ gfal-copy -v -v -v testfile.4000M s3://burt-test-1.storage.googleapis.com/big5 yields a 403 error after uploading the first chunk with the following output:

xfer.log

It also fails with davix-libs 0.7.6-1 quickly with a different error (413).

I tried recompiling davix 0.7.6-1 and forcing https://github.com/cern-fts/davix/blob/devel/src/fileops/S3IO.cpp#L39 to return false; then the transfer succeeds.

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