I'm having this problem too. It works for files, not for folders.
https://myapp.fra1.digitaloceanspaces.com/test?aclresults in 404 NoSuchKey.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I can upload images to DO Spaces and view them (both in-app and via public URL) just fine. However, when I attempt to use Storage::move($old_path, $new_path) I receive a 404 Not Found and aNoSuchKey error. The URL being processed looks thusly:
Should the prefix include the actual file name? Should there be a trailing %2F after the filename? If not, how do I remove it? I'm simply using Storage::move to make things happen. My "filesystem.php" appears to be configured correctly, although clearly something is amiss. Thoughts?
NOTE: I edited the domain of the URL to obscure the resources for the time being.
Please or to participate in this conversation.