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 Create Public Share. Public shares can and should be deleted with Delete Public Share 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 Share endpoint.

Alternatively, the entire URL can be retrieved with Get Public Share.