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
S3Client fails when endPoint is a string with a protocol (ie. starting with http://):
Invalid endPoint : https://fly.storage.tigris.dev
In official AWS cli and S3-compatible tools and services the endpoint is usually provided as a https? URL via AWS_ENDPOINT_URL_S3. It would make sense for this library to support it, too.
The text was updated successfully, but these errors were encountered:
S3Client fails when endPoint is a string with a protocol (ie. starting with http://):
In official AWS cli and S3-compatible tools and services the endpoint is usually provided as a
https?
URL viaAWS_ENDPOINT_URL_S3
. It would make sense for this library to support it, too.The text was updated successfully, but these errors were encountered: