Skip to content

Commit

Permalink
[9.x] Added new env options for v3 sftp adaptor (#7757)
Browse files Browse the repository at this point in the history
* Added new options for v3 sftp adaptor

* Update filesystem.md

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
dunhamjared and taylorotwell authored Mar 3, 2022
1 parent 30c96d9 commit 5e1d879
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,13 @@ Laravel's Flysystem integrations work great with SFTP; however, a sample configu
'password' => env('SFTP_PASSWORD'),

// Optional SFTP Settings...
// 'hostFingerprint' => env('SFTP_HOST_FINGERPRINT'),
// 'maxTries' => 4,
// 'passphrase' => env('SFTP_PASSPHRASE'),
// 'port' => env('SFTP_PORT', 22),
// 'root' => env('SFTP_ROOT', ''),
// 'timeout' => 30,
// 'useAgent' => true,
],

<a name="amazon-s3-compatible-filesystems"></a>
Expand Down

0 comments on commit 5e1d879

Please # to comment.