What is the problem you are having with rclone?
How can I decode the value of the X-Amz-Meta-Md5chksum
to a text string?
For example when I copy ubuntu-22.04.3-live-server-amd64.iso
I can read in the logs.
...
<7>DEBUG : ubuntu-22.04.3-live-server-amd64.iso: multipart upload starting chunk 407 size 4.561Mi offset 1.982Gi/1.987Gi
<7>DEBUG : ubuntu-22.04.3-live-server-amd64.iso: Multipart upload Etag: c8494bf14c8a3ea7195ccf9d4ef20350-407 OK
<7>DEBUG : ubuntu-22.04.3-live-server-amd64.iso: md5 = 2072007c1d5b504c9a4858240e28e669 OK
<6>INFO : ubuntu-22.04.3-live-server-amd64.iso: Copied (new)
...
In the MinIO Console I can see: "X-Amz-Meta-Md5chksum" : "IHIAfB1bUEyaSFgkDijmaQ=="
So based on this example my question is how can I decode IHIAfB1bUEyaSFgkDijmaQ==
that it's equals 2072007c1d5b504c9a4858240e28e669
Thanks in advance!