Skip to content
Discussion options

You must be logged in to vote
Storage::disk('s3')->move('temp/filename.ext', 'uploads/filename.ext')

On that example you only move a file on s3

First php upload file to server then move to s3, and s3 is a external server, it takes time to upload(more with heavy files),
Second Storage::copy comes from laravel wich uses thephpleague/flysystem, so the question must go for these packages

If you know a solution feel free to make a PR

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
2 replies
@themustafaomar
Comment options

@comwes
Comment options

Answer selected by themustafaomar
Comment options

You must be logged in to vote
6 replies
@themustafaomar
Comment options

@angeljqv
Comment options

@erikn69
Comment options

@themustafaomar
Comment options

@themustafaomar
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants