Closed pbolduc closed 1 year ago
Thanks for the discrepancy catch. I've added a maximum length annotation to the OpenAPI spec discussing the x-amz-meta-*
header so that it expects a maximum length value of 255 to align with database implementation. This will appear in the v0.4.0 COMS release.
The metadata wiki page uses the same wording as the AWS: Working with object metadata documenation. This documenation only calls out that:
The database implementation puts a limit of 255 for each the key and value. These limits do seem reasonable for the kind of service COMS is used for. It would be good to ensure the documenation reflects this design point. You may want to consider increasing the value length to match the tag value length for consistency.
This issue does not impact our use of COMS.