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
{{ message }}
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
Hello,
Very grateful for this adapter, did notice a small problem with the public url:
return 'https://' + bucket + '.s3.amazonaws.com' + absolutePath;
on line 210all of my public urls are
'https:// 's3.amazonaws.com/' + bucket + '/' +absolutePath;
Am I the only one that has this problem?
I could easily submit a PR for this.
Thanks
The text was updated successfully, but these errors were encountered: