Top "Boto3" questions

Boto 3 - The Amazon Web Services (AWS) SDK for Python

What is the fastest way to empty s3 bucket using boto3?

I was thinking about deleting and then re-creating bucket (bad option which I realised later). Then how can delete all …

python python-2.7 boto3
Get AWS Account ID from Boto

I have an AWS_ACCESS_KEY_ID and an AWS_SECRET_KEY. These are active credentials, so they belong to …

python amazon-web-services boto3
Upload to Amazon S3 using Boto3 and return public url

Iam trying to upload files to s3 using Boto3 and make that uploaded file public and return it as a …

django-models amazon-s3 boto3
How to create a s3 bucket using Boto3?

I want to enable cloudtrail logs for my account and so need to create an s3 bucket.I wanted to …

python amazon-web-services amazon-s3 boto boto3
Reading contents of a gzip file from a AWS S3 in Python

I am trying to read some logs from a Hadoop process that I run in AWS. The logs are stored …

python amazon-web-services amazon-s3 boto3
Python + Boto: botocore.exceptions.ClientError: An error occurred (404) when calling the HeadObject operation: Not Found

I’m downloading files from AWS S3 Bucket like so: import boto3 s3client = boto3.client("s3") s3 = boto3.resource(…

python python-2.7 amazon-web-services amazon-s3 boto3
dynamodb how to query by sort key only?

I have written some python code, I want to query dynamoDB data by sort key. I remember I can use …

amazon-web-services amazon-dynamodb boto3
How to assume an AWS role from another AWS role?

I have two AWS account - lets say A and B. In account B, I have a role defined that …

python amazon-web-services boto3 amazon-iam
How do you use "NextToken" in AWS API calls

I've run into a little issue that I am really struggling to understand how it works. I have a tool …

python amazon-web-services boto3 aws-organizations
How to list available regions with Boto3 (Python)

As AWS expands and adds new regions, I'd like to have my code automatically detect that. Currently, the "Select your …

python amazon-web-services boto3