Incorrect cache behavior when reloading an image after deletion
Change the filter operation when search objects
[#275] Change logic abort multipart upload
Do we have the same problem with
CompleteMultipartUpload
?
Yes, this problem is also present for CompleteMultipartUpload.
[##] Change logic abort multipart upload
It is not possible to create a container with a three-part domain
[#218] Add check content sha256 header
In this case, I am checking the hash length in string representation in 16-bit format, and the number of characters should be 64 for 32 bytes, so it works correctly. But it may be worth checking…