Developer
Documentation
Resources
Get Support
Sign in
Developer
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Developer
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Key-Value Store
Custom Entity Store
SQL
Cache (EAP)
Object Store (EAP)
Last updated Feb 13, 2025

Object Store (EAP)

Forge Object Store is now available as part of our Early Access Program (EAP). To start testing this feature, sign up using this form.

Forge Object Store is an experimental feature offered for testing and feedback purposes. This feature is unsupported and subject to change without notice. Do not use Forge Object Store in apps that handle sensitive information, including personal data and customer data.

For more details, see Forge EAP, Preview, and GA.

 

The Forge Object Store is a hosted storage solution designed to manage large items such as substantial data objects or media files. It provides you with a seamless way to store, retrieve, and manage objects directly from your Forge apps. Unlike our existing storage solutions, the Object Store is optimized for efficient handling of large files. Object Store integrates tightly with the Forge platform, enabling secure and reliable data management. This document will guide you through its key features, limitations, and usage for the Early Access Program (EAP).

Limitations

The Forge Object Store has the following limitations during the EAP:

  • Storage limits: Objects can be up to 50 MB each, with a total storage cap of 1 GB across all objects.

  • Time-to-Live (TTL): Objects have a default TTL of 90 days. Custom TTLs can be set but must be greater than 1 second and can't exceed 90 days. This limitation will only be in effect for the EAP.

    All objects will be deleted at the end of the EAP. Atlassian will provide notice before the end of the EAP to ensure you have time to download any stored data.

  • Accessing objects in UI: Direct object upload and download links for UI components are not supported and must be managed through Forge functions. File uploads or downloads in UI Kit must be handled through a Frame component, which acts as a container for a Custom UI application.

  • Pre-signed URLs: Pre-signed URLs are only available in the UI Kit Frame component or Custom UI. Support for resolver/Lambda is in progress and will be available soon.

  • Production deployments: The EAP is only for testing purposes and deployment to production will not be available.

Partitioning

Data in Forge hosted storage is namespaced. The namespace includes all metadata relevant to an app's current installation. As a result:

  • Only your app can read and write your stored data.
  • An app can only access its data for the same environment.
  • Keys or table names only need to be unique for an individual installation of your app.
  • Data stored by your Forge app for one Atlassian app is not accessible from other Atlassian apps. For example, data stored in Jira is not accessible from Confluence or vice versa.
  • Your app cannot read stored data from different sites, Atlassian apps, and app environments.
  • Quotas and limits are not shared between individual installations of your app.

APIs

The Forge Object Store's capabilities are currently available only via Forge methods. See Managing objects for detailed information.

EAP Feedback

As part of the EAP, your feedback is invaluable in shaping the future of this feature. We encourage you to explore Forge Object Store's capabilities and share your insights to help us refine and enhance this service.

Rate this page: