Configuration to connect to S3 bucket
accessKeyId: string;
The AWS access key ID.
bucket: string;
The S3 bucket name.
region: string;
The AWS region.
secretAccessKey: string;
The AWS secret access key.