We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6859110 commit a420a78Copy full SHA for a420a78
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