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
AWS S3 URL is hardcoded in the adapter (I can't set my own URL)
so we can't use any other S3 API-compatible solutions
like Minio, Wasabi or Backblaze B2.
After adding Minio to my development stack I was impeded
because of that issue.
The text was updated successfully, but these errors were encountered:
Thank you for pointing that out 👍
Do you mind to create a PR for that ? eg having an abstract class for all S3 API compatibles services ?
Or more flexible : set the base URL in the constructor of the S3 API compatible adapter ?
AWS S3 URL is hardcoded in the adapter (I can't set my own URL)
so we can't use any other S3 API-compatible solutions
like Minio, Wasabi or Backblaze B2.
After adding Minio to my development stack I was impeded
because of that issue.
The text was updated successfully, but these errors were encountered: