File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -45,16 +45,8 @@ public function register()
4545 Config::set ('view.compiled ' , StorageDirectories::Path . '/framework/views ' );
4646 Config::set ('cache.stores.file.path ' , StorageDirectories::Path . '/framework/cache ' );
4747
48- Config::set ('cache.stores.dynamodb.key ' );
49- Config::set ('cache.stores.dynamodb.secret ' );
5048 Config::set ('cache.stores.dynamodb.token ' , env ('AWS_SESSION_TOKEN ' ));
51-
52- Config::set ('filesystems.disks.s3.key ' );
53- Config::set ('filesystems.disks.s3.secret ' );
5449 Config::set ('filesystems.disks.s3.token ' , env ('AWS_SESSION_TOKEN ' ));
55-
56- Config::set ('queue.connections.sqs.key ' );
57- Config::set ('queue.connections.sqs.secret ' );
5850 Config::set ('queue.connections.sqs.token ' , env ('AWS_SESSION_TOKEN ' ));
5951
6052 $ this ->app ->when (QueueHandler::class)
You can’t perform that action at this time.
0 commit comments