Files
seaweedFS/weed/s3api/s3_constants/buckets.go

7 lines
136 B
Go

package s3_constants
const (
// DefaultBucketsPath is the default path for S3 buckets in the filer
DefaultBucketsPath = "/buckets"
)