Files
seaweedFS/weed/s3api/s3_constants/buckets.go
chrislu 4a764dbb37 fmt
2025-12-19 15:33:16 -08:00

8 lines
137 B
Go

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