forked from ThePhalcons/AmazonWebServicesBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
aws.config.yml
32 lines (30 loc) · 1.37 KB
/
aws.config.yml
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
thephalcons_amazon_web_services:
# for stream wrapper use : [S3, SES ...]
enable_extensions: []
credentials:
key: <YOUR APP KEY>
secret: <YOUT APP SECRET>
shared_config:
region: %aws_region%
version: %aws_version%
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
certificate_authority: false
disable_auto_config: false
services:
S3:
bucket: <YOUR BUCKET NAME>
#... add all used bucket like assets bucket or upload bucket, can be accessed
# using container in your code
CloudFront:
web_distribution: http://xxxxxxxxxxxxxx.cloudfront.net
#upload_distribution: http://xxxxxxxxxxxxxx.cloudfront.net
SES:
verified_addresse: <YOUR Verified @>
#for more information how to use SES service
#http://docs.aws.amazon.com/aws-sdk-php/v2/guide/service-ses.html