Skip to main content

Cloud Credentials

The Cloud Credentials module allows users to manage authentication details for external cloud storage providers. This enables seamless integration of datasets and models stored outside the platform.


Credential List

This section displays all previously added credentials, including metadata and available actions.

Columns

  • No: Sequential number of the entry.
  • Name: Custom name for the credential.
  • Access Key ID: Public part of the access key.
  • Platform Name: Cloud provider (e.g., AWS S3, Azure Blob).
  • Date: When the credential was added.
  • JSON: Option to view raw credential details.
  • Delete: Trash icon to remove the entry.

Cloud credentials are required for importing datasets and models stored in private cloud buckets.


Add New Cloud Credential

Clicking Add New Cloud Credential opens a form to input new access credentials. The fields include:

  1. Cloud Platform
    Choose from:

    • AWS S3
    • Azure Blob
    • Google Cloud Platform
    • Google Drive
    • Dropbox
    • Wget
  2. Name
    A descriptive name for your reference (e.g., Team Bucket, My GCP Token).

  3. Access Key ID
    The public-facing key provided by the cloud platform.

  4. Secret Access Key
    The private part of your authentication credentials.

Once completed, click Submit to save the new credential. Only valid credentials with appropriate access permissions will be accepted.


Delete Credentials

  • Use the trash icon in the Delete column to remove any credential.
  • A confirmation dialog will appear before deletion.
  • This action is irreversible and will revoke platform access to the associated cloud storage.

Security Notes

  • Credentials are encrypted and stored securely.
  • Re-authentication is required for updates or deletion.
  • Users must ensure that their credentials have correct permissions for reading or writing datasets and models.