You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm starting on a new project, and I have a need to upload pictures to storage. When going over the blob documentation, I realized that all blobs are publicly accessible.
The options param has a required access field, which can only be set to public. Is there a plan to extend this to have a private alternative?
The text was updated successfully, but these errors were encountered:
Hey @sakarisson, yes! We do have plans to have private blobs.
Here's the RFC we're sharing with interested customers, please give us feedback on it based on your usecase as "private" means different patterns for customers, thanks!
Hey Vercel team, happy new year!
I'm starting on a new project, and I have a need to upload pictures to storage. When going over the blob documentation, I realized that all blobs are publicly accessible.
The
options
param has a requiredaccess
field, which can only be set topublic
. Is there a plan to extend this to have a private alternative?The text was updated successfully, but these errors were encountered: