Amazon S3

Use with --output = s3

--s3Config parameter to add an S3 configuration (default "./s3/config.json")

Configure your AWS credentials properly:

$ export AWS_ACCESS_KEY_ID=<AWS_ACCESS_KEY_ID>
$ export AWS_SECRET_ACCESS_KEY=<AWS_SECRET_ACCESS_KEY>

Amazon S3 Configuration in config.json

{
  "aws_region": "<aws-region>",
  "bucket": "<s3-bucket-name>"
}
Previous
Next