This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
Sporadic Issues with Boto3 in a Python Microservice Accessing S3 #817
Labels
bug
Something isn't working
We have a micro service running in EKS that is using the following specifications:
boto3 s3 client, version 1.28.71
base image: python:3.7.11-bullseye
The service has worked smoothly for several months and we recently started observing an occassional issue in which the service begins throwing the following error:
This error is also presented in the following link
Our S3 credentials are confirmed to be good and we haven't needed to modify this microservice's code in some time. We understand that boto3 has dropped support for python 3.7 so we're curious if that's what's causing the issue here.
Any additional insight that can be offered would be helpful.
The text was updated successfully, but these errors were encountered: