Skip to content

Commit

Permalink
Rename options (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingimmick authored Mar 28, 2022
1 parent 61794ab commit 4de9421
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,24 @@ return [
'secret' => env('OBS_SECRET'),
'bucket' => env('OBS_BUCKET'),
'endpoint' => env('OBS_ENDPOINT'),
'bucket_endpoint' => env('OBS_BUCKET_ENDPOINT', false),
'is_cname' => env('OBS_IS_CNAME', false),
'security_token' => env('OBS_SECURITY_TOKEN', false),
],
]
];
```

## Environment

```dotenv
OBS_KEY=
OBS_SECRET=
OBS_BUCKET=
OBS_ENDPOINT=
OBS_IS_CNAME=false
OBS_SECURITY_TOKEN=
```

## License

Laravel Flysystem OBS is an open-sourced software licensed under the [MIT license](LICENSE).

0 comments on commit 4de9421

Please sign in to comment.