forked from ThePhalcons/AmazonWebServicesBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaws.config.yml
More file actions
40 lines (39 loc) · 1.78 KB
/
aws.config.yml
File metadata and controls
40 lines (39 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
amazon_web_services:
credentials:
key: <YOUR APP KEY>
secret: <YOUT APP SECRET>
shared_config:
region: 'eu_west_1'
account_id: %aws_account_id%
canonical_id: %aws_canonical_id%
canonical_name: %aws_canonical_name%
mfa_serial: %aws_mfa_serial%
cloudfront_keypair: %aws_cloudfront_keypair%
cloudfront_pem: %aws_cloudfront_pem%
default_cache_config: null
enable_extensions: []
certificate_authority: false
disable_auto_config: false
services:
#For each service you want to inject:
#add service name exp :
#SQS:
#set to true if you'ill use it as service in your code
#false for global config
#injectable: true
S3:
#injectable set to true means that the wrapper service will be injected in runtime
injectable: true
bucket: <YOUR BUCKET NAME>
#... add all used bucket like assets bucket or upload bucket, can be accessed
# using container in your code
# example $container->getParameter('services.S3.{key}')
CloudFront:
injectable: false
#asset_distribution: http://d2aqddmeyyyfie.cloudfront.net
#upload_distribution: http://xxxxxxxxxxxxxx.cloudfront.net
SES:
injectable: true
#for more information how to use SES service
#http://docs.aws.amazon.com/aws-sdk-php/v2/guide/service-ses.html
#verified_addresse: <YOUR Verified @>