Skip to content

Commit

Permalink
Merge pull request #5 from Involve-Digital/master
Browse files Browse the repository at this point in the history
use_aws_shared_config_files
  • Loading branch information
paveljanda authored Jan 31, 2023
2 parents eb1b64a + a3e12a1 commit 7510bc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ aws:
credentials:
key: your_access_key
secret: your_secret_access_key
use_aws_shared_config_files: true|false (optional - default=true)
```
## Usage
Expand Down
3 changes: 2 additions & 1 deletion src/DI/AwsSdkNetteExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ class AwsSdkNetteExtension extends Nette\DI\CompilerExtension
'credentials' => [
'key' => NULL,
'secret' => NULL
]
],
'use_aws_shared_config_files' => true
];

/**
Expand Down

0 comments on commit 7510bc5

Please sign in to comment.