aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3_constants/s3_actions.go
diff options
context:
space:
mode:
authorKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-06-29 16:21:16 +0500
committerKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-06-29 16:21:16 +0500
commitbcbdc4cb37027be16810d0307676a3f7372f30e1 (patch)
treef155bc55e3dfe79bc864183f975c4d395c3cb334 /weed/s3api/s3_constants/s3_actions.go
parentc6e6e303db12b61b899b62bfda7f65ae48f6e01c (diff)
downloadseaweedfs-bcbdc4cb37027be16810d0307676a3f7372f30e1.tar.xz
seaweedfs-bcbdc4cb37027be16810d0307676a3f7372f30e1.zip
use const multipart uploads folder
avoid error bucket NotEmpty if multipart uploads folder exist
Diffstat (limited to 'weed/s3api/s3_constants/s3_actions.go')
-rw-r--r--weed/s3api/s3_constants/s3_actions.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/s3api/s3_constants/s3_actions.go b/weed/s3api/s3_constants/s3_actions.go
index 0fbf134e3..721c57f71 100644
--- a/weed/s3api/s3_constants/s3_actions.go
+++ b/weed/s3api/s3_constants/s3_actions.go
@@ -8,4 +8,5 @@ const (
ACTION_LIST = "List"
SeaweedStorageDestinationHeader = "x-seaweedfs-destination"
+ MultipartUploadsFolder = ".uploads"
)