You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is new so there's no fix yet but keep an eye on it. I can't see an obvious workaround for us (but I'm also not sure when this started happening?)
This is what you see in our logs:
return self.meta.client.upload_fileobj(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.11/site-packages/boto3/s3/inject.py", line 642, in upload_fileobj
return future.result()
^^^^^^^^^^^^^^^
File "/venv/lib/python3.11/site-packages/s3transfer/futures.py", line 103, in result
return self._coordinator.result()
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.11/site-packages/s3transfer/futures.py", line 264, in result
raise self._exception
File "/venv/lib/python3.11/site-packages/s3transfer/tasks.py", line 135, in __call__
return self._execute_main(kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.11/site-packages/s3transfer/tasks.py", line 158, in _execute_main
return_value = self._main(**kwargs)
^^^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.11/site-packages/s3transfer/upload.py", line 796, in _main
client.put_object(Bucket=bucket, Key=key, Body=body, **extra_args)
File "/venv/lib/python3.11/site-packages/botocore/client.py", line 569, in _api_call
return self._make_api_call(operation_name, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.11/site-packages/botocore/client.py", line 1023, in _make_api_call
raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (InvalidArgument) when calling the PutObject operation: Unsupported header 'x-amz-sdk-checksum-algorithm' received for this API call.
The text was updated successfully, but these errors were encountered:
boto/s3transfer#327
The issue is new so there's no fix yet but keep an eye on it. I can't see an obvious workaround for us (but I'm also not sure when this started happening?)
This is what you see in our logs:
The text was updated successfully, but these errors were encountered: