shorter tag prefix

This commit is contained in:
Chris Lu 2020-10-27 15:33:26 -07:00
parent 24bf142596
commit 6da87720eb

View file

@ -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) {