Aws S3 Bucket
Download block object from S3 storage.
This source requires building oura using the feature aws enabled.
Configuration
The following snippet shows an example of how to set up a S3 source:
[source]type = "S3"bucket = "bucket-name"items_per_batch = 10the envs below need to be set if oura is not running in the aws environment configured
AWS_ACCESS_KEY_ID=AWS_SECRET_ACCESS_KEY=AWS_DEFAULT_REGION=us-west-2Section source:
type: this field must be set to the literal valueS3bucket: bucket nameitems_per_batch: sets the maximum number of keys returned in the response