From c4d271c8885a066822dd778508d99f5243a38b6c Mon Sep 17 00:00:00 2001 From: Sebastien Besson Date: Fri, 9 Aug 2019 11:29:22 +0100 Subject: [PATCH] Fix the mc policy command to match the 2091-08-07 changes See https://github.com/minio/mc/releases/tag/RELEASE.2019-08-07T23-14-43Z and especially the breaking changes for the mc policy setting functionality --- location-server/start-location.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/location-server/start-location.sh b/location-server/start-location.sh index cb9f9343..54287d95 100755 --- a/location-server/start-location.sh +++ b/location-server/start-location.sh @@ -31,4 +31,4 @@ for SUFFIX in public private; do ./mc pipe ome-common-java-minio-test/bioformats.test.$SUFFIX/2MBfile.txt done -./mc policy public ome-common-java-minio-test/bioformats.test.public +./mc policy set public ome-common-java-minio-test/bioformats.test.public