VaporFile 'root' support #5694
Replies: 1 comment
-
|
This needs to be supported by Vapor first before it can be done in Laravel Nova. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Vapor will statically upload to
/tmpof the provided bucket.However, if you set the
rootkey infilesystems.disks.s3then theVaporFilefield will try to copy from the prefixed path instead of the root/tmpIs it possible to support either:
a) Uploading to the
rootprefixedtmpfolderb) Copy from the
/tmpdirectory of the bucket without theroot?c) Support the documented scoped filesystem (https://laravel.com/docs/10.x/filesystem#scoped-and-read-only-filesystems)
Beta Was this translation helpful? Give feedback.
All reactions