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

Provide file hashes in the URLs to avoid unnecessary file downloads (bandwidth saver) #1433

Merged
merged 15 commits into from
Sep 23, 2023
Merged

Commits on Jun 17, 2023

  1. Supply sha256 query parameters using boto3 to avoid hundreds of extra…

    … Gigabytes of downloads each day during pipenv and poetry resolution lock cycles.
    matteius committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    e7e9bce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    713cfea View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. PR feedback

    matteius committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b3799a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Retrieve the checksum if present in the from_S3 method and change obj…

    …ects to be a Dict mapping the key to the checksum, update usage code.
    matteius committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    089e93d View commit details
    Browse the repository at this point in the history
  2. PR feedback

    matteius committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a604491 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Update s3_management/manage.py

    use dictionary comprehension and maintain consistency of original key.
    
    Co-authored-by: Josh Cannon <joshdcannon@gmail.com>
    matteius and thejcannon committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    984f7dd View commit details
    Browse the repository at this point in the history
  2. Update s3_management/manage.py

    Co-authored-by: Josh Cannon <joshdcannon@gmail.com>
    matteius and thejcannon committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9966096 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8312f09 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Update s3_management/manage.py

    Co-authored-by: Vít Zikmund <75443448+vit-zikmund@users.noreply.github.com>
    matteius and vit-zikmund committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b65a945 View commit details
    Browse the repository at this point in the history
  2. fix import

    matteius committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1d11042 View commit details
    Browse the repository at this point in the history
  3. Refactor: PR feedback to use dataclass to organize potentially multip…

    …le attributes about the s3 objects.
    matteius committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8895930 View commit details
    Browse the repository at this point in the history
  4. Update s3_management/manage.py

    Co-authored-by: Vít Zikmund <75443448+vit-zikmund@users.noreply.github.com>
    matteius and vit-zikmund committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5d132b9 View commit details
    Browse the repository at this point in the history
  5. Update s3_management/manage.py

    Co-authored-by: Vít Zikmund <75443448+vit-zikmund@users.noreply.github.com>
    matteius and vit-zikmund committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    744503f View commit details
    Browse the repository at this point in the history
  6. Update s3_management/manage.py

    Co-authored-by: Vít Zikmund <75443448+vit-zikmund@users.noreply.github.com>
    matteius and vit-zikmund committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    f7e6d7f View commit details
    Browse the repository at this point in the history
  7. Update s3_management/manage.py

    Co-authored-by: Vít Zikmund <75443448+vit-zikmund@users.noreply.github.com>
    matteius and vit-zikmund committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    004fa70 View commit details
    Browse the repository at this point in the history