Not able to download the files in S3
I’m able to upload files with the path files/id/name.pdf but can’t download them


12 Replies
I’ve sended the wrong FileUpload

but can’t download themWhat's the issue? Any errors? Did you check the DevTools console?
When i try to download the file, i get 403

Do you have any plugin sugestions to debug this case?
That doesn’t look like an S3 link at all
I suspect your
UploadHelper
i believe i have some miss configuration
from the filesystems.php or in the resource
No idea what provider you use, but that config doesn’t look similar to what I have seen.
i just separated the logic from the resource, to set the $path
$path = "anexos/{$companyId}/{$record->proposalid}{$record->proposal_review}";
What’s your S3 storage provider?
yeah i believe you, it's my first time using S3
oracle-cloud
i'm using S3 fuse, that creates a link between a folder in my server and the bucket on oracle
Sounds like that could be an issue.
So, i gave up using S3 Fuse, it turns out to be more complicated