mirror of https://github.com/minio/minio.git
9 lines
111 B
Plaintext
9 lines
111 B
Plaintext
|
package httpapi.authz
|
||
|
|
||
|
import input as http_api
|
||
|
|
||
|
allow {
|
||
|
input.action = "s3:PutObject"
|
||
|
input.owner = false
|
||
|
}
|