Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PolicyDirPrivate represents private policy for dir. PolicyDirPrivate = 0 // PolicyDirPublic represents public readonly policy for dir. PolicyDirPublic = 1 // PolicyDirPublicReadWrite represents public read and write policy for dir. PolicyDirPublicReadWrite = 2 // PolicyBucketPublic represents public policy for bucket. PolicyBucketPublic = 1 // PolicyBucketPrivate represents private policy for bucket. PolicyBucketPrivate = 2 // PolicyBucketPublicReadWrite represents public read and write policy for bucket. PolicyBucketPublicReadWrite = 3 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CST ¶
type CST struct {
// contains filtered or unexported fields
}
CST implements Gateway.
func (*CST) NewGatewayLayer ¶
func (g *CST) NewGatewayLayer(creds auth.Credentials) (minio.ObjectLayer, error)
NewGatewayLayer implements Gateway interface and returns OSS ObjectLayer.
func (*CST) Production ¶
Production - hdfs gateway is production ready.
Click to show internal directories.
Click to hide internal directories.