Skip to content

Commit d520af0

Browse files
authored
Merge pull request #40 from cron-eu/empty-defaults
TASK: do not preconfigure credentials and region
2 parents 8dc135b + c93ebf8 commit d520af0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Configuration/Settings.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Flownative:
1313
signature_version: 'v4'
1414

1515
# Define credentials for authentication
16-
credentials:
17-
key: 'ABCD123EFG456HIJ7890'
18-
secret: 'aBc123DEf456GHi789JKlMNopqRsTuVWXyz12345'
16+
#credentials:
17+
#key: 'ABCD123EFG456HIJ7890'
18+
#secret: 'aBc123DEf456GHi789JKlMNopqRsTuVWXyz12345'
1919

2020
# If the region is not specified, the default region will be used (according to the S3 service)
21-
region: 'us-west-1'
21+
#region: 'us-west-1'
2222

2323
# URI Scheme of the base URL (e.g.. 'https', 'http') used when endpoint is not supplied
2424
scheme: 'https'

0 commit comments

Comments
 (0)