Save To S3 avatar

Save To S3

Try for free

No credit card required

View all Actors
Save To S3

Save To S3

drinksight/save-to-s3
Try for free

No credit card required

Designed to be run from an ACTOR.RUN.SUCCEEDED webhook, this actor downloads a task run's default dataset and saves it to an S3 bucket.

You can access the Save To S3 programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "accessKeyId": "",
3  "secretAccessKey": "",
4  "region": "",
5  "bucket": "",
6  "objectKeyFormat": "${resource.id}_${resource.startedAt}.${format}",
7  "datasetOptions": {}
8}' |
9apify call drinksight/save-to-s3 --silent --output-dataset

Save To S3 API through CLI

The Apify CLI is the official tool that allows you to use Save To S3 locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 11 monthly users
  • 3 stars
  • 99.4% runs succeeded
  • Created in May 2019
  • Modified over 1 year ago
Categories