Level 1
Hey, maybe this can help you https://stackoverflow.com/questions/35270902/upload-file-from-url-to-aws-in-laravel
Hi!, how do i upload an image (i only have its url) using Storage::disk('s3')->put()?
i tried:
Storage::disk('s3')
->putFileAs('', file('https://sample.co/img001.jpg'), 'img.jpg', 'public');
the url is not from another s3 bucket
Please or to participate in this conversation.