AWS S3
AWS S3 is a cloud storage service provided by Amazon Web Services. It is designed to store and retrieve any amount of data from anywhere on the web. AWS S3 is a simple storage service that offers industry-leading scalability, data availability, security, and performance.
Connection Parameters
AWS Access Key ID
(Optional): The access key ID for your AWS account.AWS Secret Access Key
(Optional): The secret access key for your AWS account.AWS Region
(Optional): The region where the S3 bucket is located.
Required Permissions
s3:GetObject
: To read objects from the S3 bucket.s3:ListBucket
: To list the objects in the S3 bucket.