spatie / laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel
https://spatie.be/open-source
MIT License
196 stars 51 forks source link

copy and move methods don't work #76

Closed ivictor777 closed 8 months ago

ivictor777 commented 1 year ago

Hello! The copy and move methods don't work. There are no errors, the file is simply not copied or moved and the methods return false.

freekmurze commented 1 year ago

We'd welcome a PR for this that fixed it.

grzegorz-bach commented 1 year ago

I have the same issue but only if the permissions are set on bucket level (Uniform bucket level access). I've tried that dedicated visibility handler mentioned in the readme, but it didn't help.

UPDATE: turned out that i tested it wrong, adding visibility_handler => UniformBucketLevelAccessVisibility::class to the filesystem config actually did help in my case 👍🏻

spatie-bot commented 8 months ago

Dear contributor,

because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.