Skip to content

Instantly share code, notes, and snippets.

@thuvh
Last active December 19, 2025 09:22
Show Gist options
  • Select an option

  • Save thuvh/49dd85b912db24a32ec88371069552af to your computer and use it in GitHub Desktop.

Select an option

Save thuvh/49dd85b912db24a32ec88371069552af to your computer and use it in GitHub Desktop.
bug-73663-remove-boto

Remove boto package

  • remove boto in requirements.txt
  • remove boto in setup.py
  • remove boto in test_bn.py
  • test_bn.py
    • L22 boto.s3.connection import S3Connection -> migrate
    • L48 boto.s3.tagging
    • L572 boto.s3.connection.OrdinaryCallingFormat
    • L584 boto.s3.connection.OrdinaryCallingFormat
    • L611 boto.s3.connection.OrdinaryCallingFormat
    • L736 boto.s3.connection.OrdinaryCallingFormat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment