Set a default region to Workhorse S3 client
By default, fog-aws uses "us-east-1" as the region, but the AWS SDK does not. Transfers will fail if a region is not supplied: ``` MissingRegion: could not find region configuration ``` This commit sends Fog's default region (us-east-1) to ensure files get uploaded properly.
Showing
Please register or sign in to comment