Issue
The current implementation of s3.rs is hardcoded to the region uswest1. This is an issue for myself as our s3 bucket is configured to use a different region.
Proposed Fix
We will retrieve the region as set inside the aws configuration file and retrieve the correct region to be set.
Issue The current implementation of s3.rs is hardcoded to the region uswest1. This is an issue for myself as our s3 bucket is configured to use a different region.
Proposed Fix We will retrieve the region as set inside the aws configuration file and retrieve the correct region to be set.