About 9,220,000 results
Open links in new tab
  1. What is the difference between the AWS boto and boto3

    Sep 1, 2015 · The boto package is the hand-coded Python library that has been around since 2006. It is very popular and is fully supported by AWS but because it is hand-coded and there …

  2. python - How to handle errors with boto3? - Stack Overflow

    python amazon-web-services boto boto3 edited Jan 28, 2020 at 7:04 Martin Thoma 139k 174 688 1.1k

  3. How do you use an HTTP/HTTPS proxy with boto3? - Stack Overflow

    Nov 2, 2015 · On the old boto library is was simple enough to use the proxy, proxy_port, proxy_user and proxy_pass parameters when you open a connection. However, I could not …

  4. boto3 - What does boto stand for - Stack Overflow

    Jun 13, 2018 · What does Boto stand for in the context of AWS? It seems like a random word to choose for an api name. Is it an acronym? I have tried googling around and see no indication …

  5. python - How do I install boto? - Stack Overflow

    Mar 20, 2010 · 1 If you already have boto installed in one python version and then install a higher python version, boto is not found by the new version of python. For example, I had python2.7 …

  6. No module named 'boto.vendored.six.moves' in python 3.12

    Jan 27, 2025 · I have a little knowledge of Amazon S3, but i saw the issue of the boto official on the github. boto doesn't support for the python version 12 because boto3 only support for the …

  7. Boto [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed …

    Boto [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed while connecting to S3 Asked 10 years, 11 months ago Modified 1 year, 9 months ago Viewed 111k times

  8. boto - Boto3 Error: botocore.exceptions.NoCredentialsError: …

    Oct 23, 2015 · Can you post the debug output by adding boto3.set_stream_logger('botocore', level='DEBUG') before your code? It will show where it's looking for credentials.

  9. python - Retrieve AWS secrets using boto3 - Stack Overflow

    Feb 10, 2024 · Per the documentation, each of the example folders has one or more main runner scripts. For the Secrets Manager examples, you would run either: python …

  10. Boto: How to use s3 as a resource or a client, but not both?

    Jun 24, 2022 · 6 This is my complete newb intro to Boto and AWS. At the moment my only goal is to be able to access an external agency's S3 bucket, so I want to understand how to use them …