Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use
entry.Size
if valid value
Minio works best when it knows the object size prior to upload so if we have that information we should use it. The fallback is what we had previously `-1`. See: https://github.com/minio/minio-go/blob/66ba593a19a7a9d1c302ff2b5c05bf17d73a0d1f/api-put-object.go#L279-L280
- Loading branch information