Andreas Auernhammer 586466584f fix wrong actual part size assignment in CopyObjectPart (#6652)
This commit fixes a wrong assignment to `actualPartSize`.
The `actualPartSize` for an encrypted src object is not `srcInfo.Size`
because that's the encrypted object size which is larger than the
actual object size. So the actual part size for an encrypted
object is the decrypted size of `srcInfo.Size`.
2018-10-22 14:23:23 -07:00
..
2018-10-17 10:57:12 -07:00
2018-10-02 11:48:17 +05:30
2018-10-16 14:55:23 -07:00
2018-06-06 14:21:56 +05:30