mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-13 18:10:49 +02:00
* chore: execute goimports to format the code Signed-off-by: promalert <promalert@outlook.com> * goimports -w . --------- Signed-off-by: promalert <promalert@outlook.com> Co-authored-by: Chris Lu <chris.lu@gmail.com>
7 lines
136 B
Go
7 lines
136 B
Go
package s3_constants
|
|
|
|
const (
|
|
// DefaultBucketsPath is the default path for S3 buckets in the filer
|
|
DefaultBucketsPath = "/buckets"
|
|
)
|