-
Hello! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Backups don't use the Laravel Filesystem for storage, wings handles all the uploading and processing. Similar packages used by Laravel's Filesystem are used for S3 due to the way we handle authentication (through the use of pre-signed URLs rather than giving wings the actual credentials). This means if you wanted to for example add SFTP support; you would need to do it in wings in order to handle the file uploading, and potentially add endpoints to the panel to allow wings to get the credentials/access for it. |
Beta Was this translation helpful? Give feedback.
Backups don't use the Laravel Filesystem for storage, wings handles all the uploading and processing. Similar packages used by Laravel's Filesystem are used for S3 due to the way we handle authentication (through the use of pre-signed URLs rather than giving wings the actual credentials). This means if you wanted to for example add SFTP support; you would need to do it in wings in order to handle the file uploading, and potentially add endpoints to the panel to allow wings to get the credentials/access for it.