mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-20 13:30:46 +02:00
8 lines
137 B
Go
8 lines
137 B
Go
package s3_constants
|
|
|
|
const (
|
|
// DefaultBucketsPath is the default path for S3 buckets in the filer
|
|
DefaultBucketsPath = "/buckets"
|
|
)
|
|
|