Skip to content

AWS S3 ​

Store, retrieve, and manage objects in Amazon S3 buckets.

DetailValue
CategoryCloud & Infra
Base URLhttps://s3.amazonaws.com
AuthenticationAPI Key
Endpoints8
Connector keyaws-s3

Using AWS S3 in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick AWS S3 from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /List all buckets
GET /{Bucket}List objects in a bucket
PUT /{Bucket}Create a new bucket
DELETE /{Bucket}Delete a bucket
GET /{Bucket}/{Key}Retrieve an object
PUT /{Bucket}/{Key}Upload an object
DELETE /{Bucket}/{Key}Delete an object
HEAD /{Bucket}/{Key}Get object metadata

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.