mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 04:17:56 +08:00
s3: report http.StatusOK if the directory is explicitly created
fix https://github.com/seaweedfs/seaweedfs/issues/3457
This commit is contained in:
@@ -36,6 +36,8 @@ const (
|
||||
AmzObjectTaggingPrefix = "X-Amz-Tagging-"
|
||||
AmzObjectTaggingDirective = "X-Amz-Tagging-Directive"
|
||||
AmzTagCount = "x-amz-tagging-count"
|
||||
|
||||
X_SeaweedFS_Header_Directory_Key = "x-seaweedfs-is-directory-key"
|
||||
)
|
||||
|
||||
// Non-Standard S3 HTTP request constants
|
||||
|
Reference in New Issue
Block a user