Skip to content

Commit e7f1060

Browse files
committed
Update README to clarify MINIO_POLICY_PATH description, specifying the option to provide a custom JSON file by mounting to the /policies directory.
1 parent 862b9b3 commit e7f1060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following environment variables can be used to customize the MinIO user init
6161
| `MINIO_ALIAS` | Alias for the MinIO server | `minio` |
6262
| `MINIO_USER_BUCKET_PERMISSIONS` | Comma-separated list of bucket permissions | `s3:ListBucket,s3:GetBucketLocation,s3:ListBucketMultipartUploads` |
6363
| `MINIO_USER_OBJECT_PERMISSIONS` | Comma-separated list of object permissions | `s3:PutObject,s3:GetObject,s3:DeleteObject,s3:ListMultipartUploadParts,s3:AbortMultipartUpload` |
64-
| `MINIO_POLICY_PATH` | Path to store the policy file. This file will be created if it doesn't exist. | `/policies/readwrite-bucket.json` |
64+
| `MINIO_POLICY_PATH` | Path to the policy file. This file will be created if it doesn't exist or you can provide your own JSON by mounting to the `/policies` directory. | `/policies/readwrite-bucket.json` |
6565
| `DEBUG` | Enable debug mode | `false` |
6666
| `SLEEP` | Keep container running after initialization | `true` |
6767

0 commit comments

Comments
 (0)