@Marvin I received this error when tyring to create S3 block:
File "/usr/local/lib/python3.9/site-packages/httpx/_client.py", line 1574, in request
1361 return await self.send(request, auth=auth, follow_redirects=follow_redirects)
1362 File "/usr/local/lib/python3.9/site-packages/prefect/client/base.py", line 327, in send
1363 response = await self._send_with_retry(
1364 File "/usr/local/lib/python3.9/site-packages/prefect/client/base.py", line 251, in _send_with_retry
1365 response = await send(request, *send_args, **send_kwargs)
1366 File "/usr/local/lib/python3.9/site-packages/httpx/_client.py", line 1661, in send
1367 response = await self._send_handling_auth(
1368 File "/usr/local/lib/python3.9/site-packages/httpx/_client.py", line 1689, in _send_handling_auth
1369 response = await self._send_handling_redirects(
1370 File "/usr/local/lib/python3.9/site-packages/httpx/_client.py", line 1726, in _send_handling_redirects
1371 response = await self._send_single_request(request)
1372 File "/usr/local/lib/python3.9/site-packages/httpx/_client.py", line 1763, in _send_single_request
1373 response = await transport.handle_async_request(request)
1374 File "/usr/local/lib/python3.9/site-packages/httpx/_transports/default.py", line 373, in handle_async_request
1375 resp = await self._pool.handle_async_request(req)
1376 File "/usr/local/lib/python3.9/contextlib.py", line 137, in
exit
1377 self.gen.throw(typ, value, traceback)
1378 File "/usr/local/lib/python3.9/site-packages/httpx/_transports/default.py", line 86, in map_httpcore_exceptions
1379 raise mapped_exc(message) from exc
1380httpx.ConnectError: [Errno -2] Name or service not known