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
Going to close this as the PRs were closed as well. I think it's best if you lay down your use case at https://github.com/laravel/ideas first to gather support and try again with the info Taylor has requested.
≥5.5.21
not relevant
not relevant
Description:
AWS-SDK-S3 don't support
url
. Needsendpoint
configuration variable.This way works only for
FilesystemAdapter::url
, but not for other methods likeexists
,put
,temporaryUrl
etc. with S3 adapter.Steps To Reproduce:
config/filesystems.php
sets3.url
not AWS S3 likehttps://hb.bizmrg.com
Storage::cloud()->put('test/test.txt', 'cloud');
Steps To Solution:
url
toendpoint
The text was updated successfully, but these errors were encountered: