qmk_compiler icon indicating copy to clipboard operation
qmk_compiler copied to clipboard

Wider S3 deployment options

Open 9gel opened this issue 4 years ago • 0 comments

  • Set default S3 URL to None for boto, so the library can construct the URL from the region, thereby allowing intra-VPC S3 access to work instead of always relying on public URL
  • Set encryption to updated s3v4
  • Use get bucket location as a test for connectivity instead of creating bucket, which work work well when there are a lot of workers starting at the same time
  • Better error message when connectivity failed

9gel avatar Mar 12 '22 12:03 9gel