AWS S3 is a scalable object storage service that can be used to store and retrieve files.
Parameter | Required | Description |
---|---|---|
Name | Yes | A unique identifier for your AWS S3 source |
AWS Access Key ID | Yes | The access key ID from your AWS credentials |
AWS Secret Access Key | Yes | The secret access key from your AWS credentials |
AWS Region | Yes | The AWS region where your S3 bucket is located (e.g., us-east-1) |
Bucket Name | Yes | The name of the S3 bucket containing your data files |
s3:GetObject
- For reading files from the buckets3:ListBucket
- For listing contents of the buckets3:GetBucketLocation
- For determining the bucket’s region