return x-amz-tag-count header when GET object.

This commit is contained in:
ruitao.liu
2020-10-27 16:49:31 +08:00
parent 44921220b0
commit 19026ae55d
2 changed files with 14 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ import (
)
const (
S3TAG_PREFIX = "s3-"
S3TAG_PREFIX = "s3-tag-"
)
func (s3a *S3ApiServer) getTags(parentDirectoryPath string, entryName string) (tags map[string]string, err error) {