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
However, I encountered the error S3Error: Invalid Request (invalid hostname) every time I tried to perform an operation.
After some research, I came across a similar issue in the Python package.) Following the solution mentioned there, I removed the underscore from the name and used minoPishrun instead, which resolved the issue.
The text was updated successfully, but these errors were encountered:
Hi,
I tried to connect to the MinIO container that I deployed locally using the following configuration:
I created a client instance as:
However, I encountered the error
S3Error: Invalid Request (invalid hostname)
every time I tried to perform an operation.After some research, I came across a similar issue in the Python package.) Following the solution mentioned there, I removed the underscore from the name and used
minoPishrun
instead, which resolved the issue.The text was updated successfully, but these errors were encountered: