Skip to content

Commit

Permalink
Fix for setting Minio Bucket Policy (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayblair06 authored and svpernova09 committed Aug 19, 2019
1 parent 01a7b25 commit 10deb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-minio-bucket.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

mc mb homestead/$1
mc policy $2 homestead/$1
mc policy set $2 homestead/$1

0 comments on commit 10deb64

Please sign in to comment.