Blocks

S3

View S3 files

Retrieve and view files from Amazon S3 buckets using presigned URLs.

Back to Catalog
Toolss3

Block Preview

S3

View S3 files

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the s3 block with monitoring enabled in production.

Inputs (UI)

Access Key ID

short-input

Placeholder: Enter your AWS Access Key ID

Layout: full

Secret Access Key

short-input

Placeholder: Enter your AWS Secret Access Key

Layout: full

S3 Object URL

short-input

Placeholder: e.g., https://bucket-name.s3.region.amazonaws.com/path/to/file

Layout: full

Inputs (API)

accessKeyId

string

Required

secretAccessKey

string

Required

s3Uri

string

Required

Outputs

Primary response type:

{
  "url": "string",
  "metadata": "json"
}

Tool Access

s3_get_object
S3 | NowFlow Blocks