mirror of https://github.com/minio/minio.git
b0e2c2da78
Object tags can have special characters such as whitespace. However the current code doesn't properly consider those characters while evaluating the lifecycle document. ObjectInfo.UserTags contains an url encoded form of object tags (e.g. key+1=val) This commit fixes the issue by using the tags package to parse object tags. |
||
---|---|---|
.. | ||
action_string.go | ||
and.go | ||
error.go | ||
expiration.go | ||
expiration_test.go | ||
filter.go | ||
filter_test.go | ||
lifecycle.go | ||
lifecycle_test.go | ||
noncurrentversion.go | ||
noncurrentversion_test.go | ||
prefix.go | ||
rule.go | ||
rule_test.go | ||
tag.go | ||
transition.go | ||
transition_test.go |