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

boto3 and local config #651

Merged
merged 2 commits into from
Apr 13, 2018
Merged

boto3 and local config #651

merged 2 commits into from
Apr 13, 2018

Commits on Apr 13, 2018

  1. cloud: aws: migrate to boto3

    This allows us to abandon our own additional config parameters for
    aws cloud(like region) and use the ones from .aws/config by default.
    Plus, boto3 automatically switches to multipartupload if file is bigger
    than a certain limit, allowing us to remove a lot of our own code.
    
    Fixes iterative#650
    Fixes iterative#636
    Fixes iterative#601
    
    Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com>
    efiop committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    3748164 View commit details
    Browse the repository at this point in the history
  2. config: introduce config.local

    Fixes iterative#524
    
    Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com>
    efiop committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    48cc9af View commit details
    Browse the repository at this point in the history