aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3_constants/buckets.go
blob: a10cf0f50451ef2d31293c5de404611ae98a3af4 (plain)
1
2
3
4
5
6
package s3_constants

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