Skip to content

Commit db3d28c

Browse files
lonnylotsimonhamp
andauthored
Update src/Updater/S3Provider.php
Co-authored-by: Simon Hamp <[email protected]>
1 parent 706fd91 commit db3d28c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Updater/S3Provider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ public function __construct(protected array $config)
1313
public function environmentVariables(): array
1414
{
1515
return [
16-
'AWS_PROFILE' => $this->config['profile'],
16+
'AWS_ACCESS_KEY_ID' => $this->config['key'],
17+
'AWS_SECRET_ACCESS_KEY' => $this->config['secret'],
1718
];
1819
}
1920

0 commit comments

Comments
 (0)