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

Blob metadata is not validated #13

Open
tomas-pajurek opened this issue Aug 16, 2024 · 0 comments
Open

Blob metadata is not validated #13

tomas-pajurek opened this issue Aug 16, 2024 · 0 comments
Labels
area/storage/blobs enhancement New feature or request

Comments

@tomas-pajurek
Copy link
Member

Currently, the blob metadata that are set via client methods are not validated. Azure Storage has relatively exotic restrictions on metadata keys:

https://learn.microsoft.com/en-us/rest/api/storageservices/setting-and-retrieving-properties-and-metadata-for-blob-resources

Therefore, it would be useful implement the restrictions also in this library. When doing so, checking to size limit of the metadata could be implemented as well.

@tomas-pajurek tomas-pajurek added the enhancement New feature or request label Aug 16, 2024
@tomas-pajurek tomas-pajurek changed the title Format of blob metadata is not validated Blob metadata is not validated Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/storage/blobs enhancement New feature or request
Development

No branches or pull requests

1 participant