This commit is contained in:
Bin Liu
2018-02-08 01:59:43 -08:00
committed by k8s-ci-robot
parent 1ff65ea687
commit 8d3200db8f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Distributed object storage server built for cloud applications and devops.
name: minio
version: 0.5.1
version: 0.5.2
keywords:
- storage
- object-storage
@@ -63,7 +63,7 @@ createBucket() {
echo "Bucket '$BUCKET' already exists."
fi
# At this point, the bucket should exist, skip checking for existance
# At this point, the bucket should exist, skip checking for existence
# Set policy on the bucket
echo "Setting policy of bucket '$BUCKET' to '$POLICY'."
/usr/bin/mc policy $POLICY myminio/$BUCKET