mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-01-18 14:41:31 +08:00
fix tag prefix.
This commit is contained in:
parent
8766ca1b95
commit
72f6b77dea
@ -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++
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user