Browse Source

shorter tag prefix

pull/1569/head
Chris Lu 4 years ago
parent
commit
6da87720eb
  1. 2
      weed/s3api/filer_util_tags.go

2
weed/s3api/filer_util_tags.go

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

Loading…
Cancel
Save