Closed taind772 closed 4 months ago
diff: 7
is differInAASourceMTime, meaning the destination returned a modtime with either regular modtime or X-Amz-Meta-Mm-Source-Mtime
, that is earlier than the source. So parameter order matters:
λ mc diff --json play/testbucket/prefix ./prefix/
{
"status": "success",
"first": "https://play.min.io/testbucket/prefix/file.txt",
"second": "\\prefix\\file.txt",
"diff": 7
}
λ mc diff --json ./prefix/ play/testbucket/prefix
λ
Expected behavior
mc diff A B ~ mc diff B A
Actual behavior
Steps to reproduce the behavior
mc --version
System information
A container based on minio/mc:RELEASE.2024-06-24T19-40-33Z running in Kubernetes (linux).
S3 backend: Ceph v17, API: s3v4