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

Validate uploaded blob sizes #79

Open
bcspragu opened this issue Dec 8, 2023 · 0 comments
Open

Validate uploaded blob sizes #79

bcspragu opened this issue Dec 8, 2023 · 0 comments
Labels
cleanup Improve code health without changing UX

Comments

@bcspragu
Copy link
Collaborator

bcspragu commented Dec 8, 2023

Saw this in #78, filing for posterity.

We use presigned Azure blob URLs to allow end-users to upload files. Unfortunately, I don't think Azure allows limiting upload size for URLs [1] [2], so we'll want to check the size of the blob when the user says the upload is done.

[1] https://learn.microsoft.com/en-us/rest/api/storageservices/create-user-delegation-sas
[2] https://stackoverflow.com/questions/50751853/limit-upload-size-of-a-blob-to-azure-blob-storage

@gbdubs gbdubs added the cleanup Improve code health without changing UX label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Improve code health without changing UX
Projects
None yet
Development

No branches or pull requests

2 participants