Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
putObject: Streaming uploads with size -1 should avoid fetching previ…
…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
- Loading branch information