minio/internal/bucket
Anis Elleuch b0e2c2da78
lifecycle: Support tags with special characters (#14906)
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.
2022-05-14 10:25:55 -07:00
..
bandwidth run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
encryption allow S3 gateway to support object locked buckets (#13257) 2021-09-21 09:02:15 -07:00
lifecycle lifecycle: Support tags with special characters (#14906) 2022-05-14 10:25:55 -07:00
object/lock run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
replication fetch bucket retention config once for ILM evalAction (#14727) 2022-04-11 13:25:32 -07:00
versioning fix: multiple fixes in prefix exclude implementation (#14877) 2022-05-07 22:06:44 -07:00