Rodrigo Witzel
Rodrigo Witzel
#### Background A third-party API requires us to pass credentials (user ID and secret key) via custom HTTP headers. At the moment there is no way to specify the credentials...
``` $ senza --version Senza 2.1.133 ``` ``` $ senza images Unknown Error: An error occurred (RequestLimitExceeded) when calling the DescribeImages operation (reached max retries: 4): Request limit exceeded.. Please...
# Reproduce To reproduce in a Databricks environment 12.2 LTS: ``` import s3fs s3 = s3fs.S3FileSystem(anon=False) with s3.open(output_path, 'wb') as f: f.write(b'abc') # --> OSError: [Errno 5] An error occurred...