mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03:00
Bring in full fledged acl support
This commit is contained in:
@@ -27,6 +27,8 @@ import (
|
||||
// http://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#setting-acls
|
||||
|
||||
// Minio only supports three types for now i.e 'private, public-read, public-read-write'
|
||||
|
||||
// ACLType - different acl types
|
||||
type ACLType int
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user