Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container object custom metadata #2769

Open
pierreprinetti opened this issue Sep 8, 2023 · 0 comments
Open

Container object custom metadata #2769

pierreprinetti opened this issue Sep 8, 2023 · 0 comments
Labels
good first issue A good issue for first-time contributors

Comments

@pierreprinetti
Copy link
Contributor

Objects in the Swift API can have arbitrary metadata attached.

However, the function in charge of parsing the metadata of a container object doesn't parse them.

Container object properties are returned in headers starting with X-Container-Meta-<name> where <name> is the name of the metadata item.


Note to the implementer: given that properties are passed as HTTP headers, they are subject to the rules of the HTTP headers. Besides being case-insensitive, header field parameters cannot carry characters outside the ISO-8859-1 character set by default.

@pierreprinetti pierreprinetti added the good first issue A good issue for first-time contributors label Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue A good issue for first-time contributors
Projects
None yet
Development

No branches or pull requests

1 participant