mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00: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 a new issue