S3

The Amazon S3 API is a set of communication protocols and rules used to interact with the Amazon Simple Storage Service. This API allows users to manage and manipulate data stored in the cloud easily. By using the S3 API, developers can programmatically access and control their objects within the Amazon S3 storage infrastructure. The API provides a secure and scalable way to upload, download, and delete files stored in S3 buckets.

Prerequisites

  • Get S3 API connection parameters from the datasource owner.

Connect to S3 API

Create a new data source in two ways. Note that this permission is restricted to workspace admins and developers.

Navigate to the Data Sources tab on Appizap Homepage and click New data source.

When creating a new query within Appizap Studio, click Data Queries > + New > + New data source.

Select APIs > S3 as the data source type.

Set the details with the connection parameter fetched from the datasource owner.

(Optional) Click Test connection to check whether the API is successfully connected.

Click Save, and it will be saved to your data source library.

Last updated