summerlabs / punic

Punic is a remote cache CLI built for Carthage and Apple .xcframework
https://andrewaquino118.medium.com/remote-caching-apples-xcframework-2fcf574392c5
28 stars 2 forks source link

AWS Region is hardcoded to USWest1 #7

Closed miscampbell closed 3 years ago

miscampbell commented 3 years ago

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.

DrewKiino commented 3 years ago

Great, thanks for surfacing this!