journeymidnight / yig

An open source object storage server with Amazon S3 compatible API
Apache License 2.0
361 stars 86 forks source link

Can't copy file from bucket to bucket by Multipart #178

Closed Zstro closed 5 years ago

Zstro commented 5 years ago

Describe the bug I have uploaded a file to bucket by multipart, but I cannot copy it to another bucket or dir. The Etag is different form calculatedMd5.I guess that Etags are chaotic.

To Reproduce Steps to reproduce the behavior:

  1. upload a big file to remote bucket by rclone
  2. and copy the file to another bucket or dir

Expected behavior Copy should succeed