We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6859110 + a420a78 commit 2a2831cCopy full SHA for 2a2831c
1 file changed
.github/workflows/test.yml
@@ -57,3 +57,8 @@ jobs:
57
-e SOURCE_BUCKET=source \
58
-e DESTINATION_BUCKET=destination \
59
test/mirrio
60
+
61
+ - name: Verify synced object
62
+ run: |
63
+ mc cp minio2/destination/test.txt destination.txt
64
+ diff -u test.txt destination.txt
0 commit comments