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.

AWS Key ID

accessKeyIdstringOptional

Enter the access key ID for the AWS user

AWS Secret Access Key

secretAccessKeystringOptional

Enter the secret access key for the AWS user

AWS region

regionstringOptional

Enter the AWS region your S3 bucket is located in

AWS bucket

bucketstringOptional

Enter the name of the S3 bucket to use

Object key format

objectKeyFormatstringOptional

The key to use for the filename

Default value of this property is "${resource.id}_${resource.startedAt}.${format}"

Data format

formatEnumOptional

The data format to download the dataset in

Value options:

"json": string"jsonl": string"xml": string"html": string"csv": string"xslx": string"rss": string

Default value of this property is "json"

Clean items only

cleanbooleanOptional

Crawler will ignore SSL certificate errors.

Default value of this property is false

Dataset options

datasetOptionsobjectOptional

An object whose properties will be enumerated and added to the dataset get items API request. See https://apify.com/docs/api/v2#/reference/datasets/item-collection/get-items.

Default value of this property is {}

Debug log

debugLogbooleanOptional

Debug messages will be included in the log. Use context.log.debug('message') to log your own debug messages.

Default value of this property is false

Developer
Maintained by Community
Actor metrics
  • 12 monthly users
  • 99.1% runs succeeded
  • 0.0 days response time
  • Created in May 2019
  • Modified 12 months ago
Categories