So since last few minutes i got complain for our users they cant upload files
i check the logs
'Error': {'Code': '500', 'Message': 'Internal Server Error'}, 'ResponseMetadata': {'HTTPStatusCode': 500, 'HTTPHeaders': {'content-length': '345', 'content-type': 'application/xml', 'server': 'Tigris OS', 'server-timing': 'total;dur=199,cache;desc=miss;dur=1, server;desc=miss;dur=195', 'strict-transport-security': 'max-age=63072000; includeSubDomains; preload', 'x-amz-request-id': '1747665720053149012', 'date': 'Mon, 19 May 2025 14:42:00 GMT'}, 'MaxAttemptsReached': True, 'RetryAttempts': 4}}
my request
{'url_path': '/cxxxxxxx.png', 'query_string': {}, 'method': 'HEAD', 'headers': {'User-Agent': 'Boto3/1.29.1 md/Botocore#1.32.1 ua/2.0 os/macos#24.1.0 md/arch#arm64 lang/python#3.10.7 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.32.1 Resource'}, 'body': b'', 'auth_path': '/xxxxx.png', 'url': 'https://xxxxx.fly.storage.tigris.dev/cxxxxxxxpng', 'context': {'client_region': 'auto', 'client_config': <botocore.config.Config object at 0x112212290>, 'has_streaming_input': False, 'auth_type': 'v4', 's3_redirect': {'redirected': False, 'bucket': 'xxxx-storage', 'params': {'Bucket': 'xxxx-storage', 'Key': 'xxxxxxx.png'}}, 'signing': {'region': 'auto', 'signing_name': 's3', 'disableDoubleEncoding': True}}}```