Added Manifest file for AWS SDK Bundle

This commit is contained in:
Tri Tran
2017-10-27 11:50:44 +07:00
parent fdc2860a86
commit bf862a97fe
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,10 @@
# Basic configuration for AWS SDK
# Please visit http://docs.aws.amazon.com/aws-sdk-php/v3/guide/guide/configuration.html
# for more information
aws:
version: latest
region: us-east-1
credentials:
key: not-a-real-key
secret: "@@not-a-real-secret"
@@ -0,0 +1,8 @@
{
"bundles": {
"Aws\\Symfony\\AwsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}