Function Storage Data
Publicly Sharing Function Storage Data
Public Shares for a Namespace
Functions are able to store data under namespaces using the Function Storage API, and a namespace's data can be made accessible publicly via a "Public Share".
A public share enables a third party to make API requests to retrieve the related namespace's data directly. Please note that this functionality is rate-limited to prevent abuse.
Managing Public Shares for a Namespace
To create a public share, use the shares
endpoint of our Storage API. Public shares can and should be deleted when no longer desired.
Accessing the Publicly Shared Data
The share's unique identifier will be included in the response object, and can be used to make GET requests to the public shares endpoint.
Alternatively, the entire URL can be retrieved with with the share details.
Updated 29 days ago