Merge pull request #4594 from mputkowski/patch-sftp

Add SFTP to supported storage drivers
This commit is contained in:
Taylor Otwell 2018-02-27 14:32:31 -06:00 committed by GitHub
commit 324dda65ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
| may even configure multiple disks of the same driver. Defaults have | may even configure multiple disks of the same driver. Defaults have
| been setup for each driver as an example of the required options. | been setup for each driver as an example of the required options.
| |
| Supported Drivers: "local", "ftp", "s3", "rackspace" | Supported Drivers: "local", "ftp", "sftp", "s3", "rackspace"
| |
*/ */