docker-swift icon indicating copy to clipboard operation
docker-swift copied to clipboard

Increase max metadata value size to 2KB

Open diwu1989 opened this issue 5 years ago • 0 comments

AWS S3 allows max metadata size of 2KB. It's computed as the sum of the key and value.

Swift by default constrains the metadata value size to 256bytes, which is too low and not really compatible with what S3 provides.

diwu1989 avatar Jan 14 '20 22:01 diwu1989