Skip to content
  • Stan Hu's avatar
    Set a default region to Workhorse S3 client · 07958747
    Stan Hu authored
    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.
    07958747