Save To S3
Pricing
Pay per usage
Go to Store
Save To S3
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.
0.0 (0)
Pricing
Pay per usage
3
Total users
96
Monthly users
13
Runs succeeded
12%
Last modified
2 years ago
You can access the Save To S3 programmatically from your own applications by using the Apify API. You can also 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.
$echo '{< "accessKeyId": "",< "secretAccessKey": "",< "region": "",< "bucket": "",< "objectKeyFormat": "${resource.id}_${resource.startedAt}.${format}",< "datasetOptions": {}<}' |<apify 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
$npm i -g apify-cli$apify login
Other API clients include: