-
Hi!
Is it possible to configure the library initialization in a similar way?
```
s3 = boto3.resource('s3',
endpoint_url='http://myhost.com:9000',
config=boto3.session.Config(signature_v…
-
### Problem Statement
In https://github.com/getsentry/sentry-python/issues/988#issuecomment-1213193862 a user provides a screenshot with a "Missing instrumentation" notice that is likely related to…
-
New Relic profile incorrectly shows a few ms for the time to download/upload a file that takes several seconds
**Description**
`boto3` was instrumented with the fix in #1178 but the time used by t…
-
* `boto3` and family are bloated
* I'm not even sure what our implementation is currently doing (are we passing checksum trailers due to uploading a non-seekable stream? *should* we?)
* `botocore` i…
-
We are experiencing issues when using langchain-aws to connect to the bedrock-runtime service in AWS.
Sometimes we don't get any response.
We could not find any helpful information in our logs, not …
-
When running the following beneath moto
```python
import boto3
client = boto3.client('lambda', region_name='us-east-2')
res = client.update_function_code(FunctionName='test-function', ZipFile=, Pu…
-
## Description
We need to add a new feature to our `cfb_api` project that allows clients to retrieve images stored in an AWS S3 bucket. The API should provide an endpoint to fetch images by their fil…
-
Use the concept:
```
session = boto3.Session(profile_name='dev')
client = session.client('dynamo_db')
```
The whole idea is to refactor the initialization of custom clients in the `Processor` c…
-
Here is a public S3 object that doesn't need credentials:
```
❯ aws s3 ls --no-sign-request s3://ai2-public-datasets/ropes/
2021-02-04 20:48:17 3395072 ropes-train-dev-v1.0.tar.gz
```
([source](h…
-
### Describe the bug
Running the attached script under Python 3.12 with Python flag -Wa produces DepricationWarnings.
[bug.txt](https://github.com/boto/boto3/files/12826141/bug.txt)
### Expected …