add seferov/aws-bundle

This commit is contained in:
Farhad Safarov
2018-07-03 15:53:27 +03:00
parent 5e224836ca
commit 34c41f3fbc
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
seferov_aws:
credentials:
key: '%env(AWS_CREDENTIALS_KEY)%'
secret: '%env(AWS_CREDENTIALS_SECRET)%'
region: 'eu-central-1'
# You can service specific credentials and config
# services:
# s3:
# credentials:
# key: AWS_S3_KEY
# secret: AWS_S3_SECRET
# region: 'eu-west-1'
# version: '2006-03-01'

View File

@@ -0,0 +1,12 @@
{
"bundles": {
"Seferov\\AwsBundle\\SeferovAwsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"AWS_CREDENTIALS_KEY": "CHANGE_THIS",
"AWS_CREDENTIALS_SECRET": "CHANGE_THIS"
}
}