boto3 icon indicating copy to clipboard operation
boto3 copied to clipboard

AWS SDK for Python

Results 327 boto3 issues
Sort by recently updated
recently updated
newest added

### Describe the bug When use an email with + throws exception: An error occurred (ValidationException) when calling the Query operation: ExpressionAttributeValues contains invalid key: Syntax error; key: `:[email protected]`. Same...

bug
dynamodb
needs-review

**Summary of changes** - Adds a `return` statement to S3Transfer's methods `upload_file()` and `download_file()`. - This gives them the same return behavior as `copy()`, `upload_fileobj()`, and `download_fileobj()` inside `s3/inject.py`. These...

**Describe the bug** When uploading an object to S3, the S3 server response includes the object's entity tag (ETag). Boto3's ``put_object()`` call returns this ETag. But the ``upload_file()`` and ``upload_fileobj()``...

feature-request
s3

### Describe the bug I am trying to serialize a SageMaker step. I am using dill as a replacement for pickle but they both fail in this instance. I can...

bug
response-requested
sagemaker

### Describe the bug I'm trying to automate the start and stop of a streaming session using AWS Nimble Studio API. Although I got the expected result using other API...

bug
response-requested
nimble

There is a small typo in boto3/resources/factory.py. Should read `methods` rather than `mehtods`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

### Describe the feature Sorry if this or similar exists, but I couldn't find it. I think it would be convenient to be able to supply a `dry_run=True` or `print_skeleton_only=True`...

feature-request

**What issue did you see ?** When the key does not exist in s3, s3 head_object returns a ClientError 404 instead of NoSuchKey error, making it harder to catch. Also,...

documentation
s3
service-api

### Describe the bug Below is the error I am getting: An error occurred (PermanentRedirect) when calling the CreateMultiRegionAccessPoint operation: The API you are attempting to access must be addressed...

bug
response-requested
s3

### Describe the feature I'd like to be able to use a Range argument in the S3 download_file / download_fileobj methods to download a subset of a file; according to...

feature-request
s3