We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d74db commit ecbd559Copy full SHA for ecbd559
src/ZipStreamServiceProvider.php
@@ -47,7 +47,7 @@ public function register()
47
unset($config['credentials']);
48
}
49
50
- if($config['aws_anonymous_client']) {
+ if($app['config']->get('zipstream.aws_anonymous_client')) {
51
$config['credentials'] = false;
52
53
0 commit comments