-
Notifications
You must be signed in to change notification settings - Fork 553
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
'cat file | mc pipe myminio/testbucket/file' doesn't work #1819
Comments
harshavardhana
added a commit
to harshavardhana/minio-go
that referenced
this issue
Sep 3, 2016
…ous partsInfo. size == -1 should be treated specially for putObjectStream() and avoid fetching partsInfo for previously uploaded parts since '-1' has no guarantee that the data has no changed. Let the client upload again and not resume for unknown sizes. Fixes - minio/mc#1819
harshavardhana
added a commit
to harshavardhana/minio-go
that referenced
this issue
Sep 3, 2016
…or missing parts. size == -1 should be treated specially for putObjectStream() missing parts shouldn't error out since with '-1' number of parts are dynamic only when the stream ends we do know that the we have finished the upload. Fixes - minio/mc#1819
harshavardhana
added a commit
to harshavardhana/minio-go
that referenced
this issue
Sep 4, 2016
…parts. partNumber is the final value indicates the total number of parts uploaded. Use it to generate the final complete multipart list. Fixes - minio/mc#1819
krishnasrinivas
pushed a commit
to minio/minio-go
that referenced
this issue
Sep 4, 2016
…parts. (#506) partNumber is the final value indicates the total number of parts uploaded. Use it to generate the final complete multipart list. Fixes - minio/mc#1819
Fixed by #1822 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: