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"
|
|
)
|
|
|