mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
shorter tag prefix
This commit is contained in:
parent
24bf142596
commit
6da87720eb
|
@ -7,7 +7,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
S3TAG_PREFIX = "x-amz-tagging-"
|
S3TAG_PREFIX = "s3-"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (s3a *S3ApiServer) getTags(parentDirectoryPath string, entryName string) (tags map[string]string, err error) {
|
func (s3a *S3ApiServer) getTags(parentDirectoryPath string, entryName string) (tags map[string]string, err error) {
|
||||||
|
|
Loading…
Reference in a new issue