Skip to content

File Manager

The File Manager acts as the central configuration hub for your application’s storage layer. It allows you to connect your backend to external cloud storage providers to handle user uploads, media assets, and file management.

To access this section, navigate to App Services > File Manager in the left-hand sidebar.

alt text

You can configure any of the following providers by clicking the Configure button next to the desired service.

Connects your application to a Google Cloud Platform (GCP) storage bucket.

  • Bucket Name: The name of the specific bucket created in your GCP console.
  • Project ID: The unique identifier of your Google Cloud Platform project.
  • Credentials JSON: You must paste the complete content of your Service Account’s credentials JSON file here to authorize the connection.

alt text

Connects your application to a Microsoft Azure storage container.

  • Container Name: The name of the container within your storage account.
  • Account Name: The name of your Azure Storage Account.
  • Access Key: The storage account access key used to authenticate requests.

alt text

Connects your application to the Filestack content delivery network and file handling service.

  • Bucket Name: The name of the bucket associated with your Filestack storage backend.
  • API Key: Your unique Filestack API Key found in your Filestack dashboard.

alt text

Connects your application to an AWS S3 bucket.

  • Bucket Name: The exact name of the S3 bucket where files will be stored.
  • Access Key ID: The public identifier for your AWS IAM user.
  • Region: The AWS region code where your bucket is located (e.g., us-east-1).
  • Secret Access Key: The private key associated with your Access Key ID. This is stored securely.

alt text