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 Hello, We've recently run into a problem that seems a bit similar to #3657. Occasionally our application will stall out uploading objects to our bucket seemingly...

bug
s3
p2

### Describe the bug If the token has expired, then the file isn't uploaded (expected), but on_done is not called and there's no way to get notification of the failure...

documentation
feature-request
s3
needs-review
p2

### Describe the bug I am trying to get inference from a deployed pretrained model on Sagemaker notebook environment. While executing the below line of code, `response = predictor.predict(serialized_data)` I...

bug
ssl
sagemaker
p2

Bumps [aws-actions/stale-issue-cleanup](https://github.com/aws-actions/stale-issue-cleanup) from 389be0117d7661840b887276b5da1cc6ddf95c8a to 275ec4b3bec5f511535ffd03098f33f95de2ddb1. Commits 275ec4b Merge pull request #224 from aws-actions/dependabot/npm_and_yarn/braces-3.0.3 da05211 build(deps): bump braces from 3.0.2 to 3.0.3 f13bcd6 Merge pull request #223 from aws-actions/revert-222-dependabot/npm_and_yarn/e... 76ceaad...

dependencies

### Describe the bug I am attempting to `s3_client.upload_file()` a file with a pre-calculated SHA256 hash to make use of the S3 feature that will calculate it's own hash and...

feature-request
s3
p3

### Describe the bug I have to use list_models API with below request body aws sagemaker list-models --name-contains "model-abc" --sort-by "CreationTime" --sort-order Descending --max-items 1 in CLI case it returns...

bug
investigating
sagemaker
p2

Fixes https://github.com/boto/boto3/issues/4117 Documentation page: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/customizations/dynamodb.html Note added here at the bottom: ![image](https://github.com/boto/boto3/assets/87778557/93b05845-2bee-4e1f-bca7-18d58bdbfd10)

documentation
dynamodb

### Describe the bug Running in AWS lambda the boto3 client will not perform the confirm-forgot-password method. All parameters are correctly supplied but it always produces this error. ### Expected...

bug
cognito-idp
p2

### Describe the feature Be able to define default client_config when setting up a default session. ### Use Case I have a code pattern in multiple places, so I had...

feature-request
p3

### Describe the issue There is a ton of documentation on how create, modify, and protect a rest-api made with API Gateway but there doesn't seem to be any info...

documentation
feature-request
apigateway
p2