Top "Botocore" questions

A low-level interface to a growing number of Amazon Web Services.

Mocking boto3 S3 client method Python

I'm trying to mock a singluar method from the boto3 s3 client object to throw an exception. But I need …

python mocking boto boto3 botocore
Example of update_item in dynamodb boto3

Following the documentation, I'm trying to create an update statement that will update or add if not exists only one …

python amazon-dynamodb boto3 botocore
Overwrite S3 endpoint using Boto3 configuration file

OVERVIEW: I'm trying to overwrite certain variables in boto3 using configuration file (~/aws/confg). In my usecase I want to …

python amazon-web-services boto boto3 botocore
getting the current user account-id in boto3

I need to get the account-id of the 'current user' in a boto3 script. Up to now my best solution …

boto3 botocore
How to capture botocore's NoSuchKey exception?

I'm trying to write "good" python and capture a S3 no such key error with this: session = botocore.session.get_…

python botocore
How to upgrade botocore1.2.6 to 1.4 or above present with boto3?

I have boto3 installed on my linux machine. When I pass below command, I get botocore version as 1.2.6 >>&…

python boto3 botocore
how to check awscli and compatible botocore package is installed

I am trying to learn python for aws using boto3 so I was trying to execute code given here https://…

amazon-s3 amazon-ec2 pip botocore
AccessDenied when calling the CreateMultipartUpload operation in Django using django-storages and boto3

I want to use django-storages to store my model files in Amazon S3 but I get Access Denied error. I …

django amazon-s3 boto3 botocore
How to view Boto3 HTTPS request string

I have been able to view the attributes of the PreparedRequest that botocore sends, but I'm wondering how I can …

python boto3 botocore
flask installed, but ModuleNotFoundError: No module named 'Flask'

i have flask installed in my Mac, pip list | grep Flask Flask 1.0.2 but when i execute a python file, it …

python flask virtualenv six botocore