forked from ErnestMing/JavaDesignPartternImpl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paths3_website.yml
More file actions
34 lines (28 loc) · 692 Bytes
/
s3_website.yml
File metadata and controls
34 lines (28 loc) · 692 Bytes
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
s3_id: <%= ENV['S3_ID'] %>
s3_secret: <%= ENV['S3_SECRET'] %>
s3_bucket: java-design-patterns.com
max_age:
"assets/*": 6000
"*": 300
# gzip:
# - .html
# - .css
# - .md
# s3_endpoint: us-east-1
s3_reduced_redundancy: true
cloudfront_distribution_id: E1GTH8J7AJ8I1Z
# cloudfront_distribution_config:
# default_cache_behavior:
# min_TTL: <%= 60 * 60 * 24 %>
# aliases:
# quantity: 1
# items:
# CNAME: java-design-patterns.com
concurrency_level: 100
# routing_rules:
# - condition:
# key_prefix_equals: blog/some_path
# redirect:
# host_name: blog.example.com
# replace_key_prefix_with: some_new_path/
# http_redirect_code: 301