Laravel 6

This commit is contained in:
shibafu
2020-05-23 23:09:55 +09:00
parent 80590888df
commit 34c4f13376
16 changed files with 719 additions and 381 deletions

View File

@@ -37,7 +37,7 @@ return [
| may even configure multiple disks of the same driver. Defaults have
| been setup for each driver as an example of the required options.
|
| Supported Drivers: "local", "ftp", "sftp", "s3", "rackspace"
| Supported Drivers: "local", "ftp", "sftp", "s3"
|
*/
@@ -62,6 +62,7 @@ return [
'region' => env('AWS_REGION'),
'bucket' => env('AWS_BUCKET'),
'url' => env('AWS_URL'),
'endpoint' => env('AWS_ENDPOINT'),
],
],