aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3_constants
diff options
context:
space:
mode:
Diffstat (limited to 'weed/s3api/s3_constants')
-rw-r--r--weed/s3api/s3_constants/buckets.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/weed/s3api/s3_constants/buckets.go b/weed/s3api/s3_constants/buckets.go
new file mode 100644
index 000000000..a10cf0f50
--- /dev/null
+++ b/weed/s3api/s3_constants/buckets.go
@@ -0,0 +1,6 @@
+package s3_constants
+
+const (
+ // DefaultBucketsPath is the default path for S3 buckets in the filer
+ DefaultBucketsPath = "/buckets"
+)