mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
Fix broken links in docs (#6700)
This commit is contained in:
committed by
Nitish Tiwari
parent
a2fc0b14d6
commit
bab4c90c45
8
docs/sts/putobject.rego
Normal file
8
docs/sts/putobject.rego
Normal file
@@ -0,0 +1,8 @@
|
||||
package httpapi.authz
|
||||
|
||||
import input as http_api
|
||||
|
||||
allow {
|
||||
input.action = "s3:PutObject"
|
||||
input.owner = false
|
||||
}
|
||||
Reference in New Issue
Block a user