mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 16:47:56 +08:00
save s3 metadata to filer.
This commit is contained in:
@@ -97,7 +97,7 @@ func (fs *FilerServer) GetOrHeadHandler(w http.ResponseWriter, r *http.Request,
|
||||
if r.Method == "GET" {
|
||||
tagCount := 0
|
||||
for k, _ := range entry.Extended {
|
||||
if strings.HasPrefix(k, "x-amz-tagging-") {
|
||||
if strings.HasPrefix(k, "X-Amz-Tagging-") {
|
||||
tagCount++
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user