Fix broken links in docs (#6700)

This commit is contained in:
Harshavardhana
2018-10-24 23:09:31 -07:00
committed by Nitish Tiwari
parent a2fc0b14d6
commit bab4c90c45
14 changed files with 20 additions and 67 deletions

8
docs/sts/putobject.rego Normal file
View File

@@ -0,0 +1,8 @@
package httpapi.authz
import input as http_api
allow {
input.action = "s3:PutObject"
input.owner = false
}