Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wider S3 deployment options #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 12, 2022

  1. Wider S3 deployment options

    - 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 committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    8c8f68c View commit details
    Browse the repository at this point in the history