aws-sdk-cloudfront 1.57.0 → 1.58.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e47d7aa591aa2bc43380fcfd68e7e7b4e86e2611363cc0743f8dea8ae20bc4c
4
- data.tar.gz: dcf9cbd3af4138ed20501d008e49740e0df3865079b760c495f5dddb34a6e9b1
3
+ metadata.gz: 1b93a414dbf39e3b1a56eb9b8c4363ba82252ce9b24a0f7b6cfdb88656c4a8e5
4
+ data.tar.gz: c94bd99ae9ce7fb605b337ef4974c78c9dc3eeae5a40bd506ed96b979c2d3123
5
5
  SHA512:
6
- metadata.gz: fd836844780d2c2911ad7360f6bc130078582870c52312b6c5ded6fd81f3a6d015777b9840b84ce3db36e2ef59741c099587affb3b1ceb46c15aa52979eb0f88
7
- data.tar.gz: 003dc48c522710ba8186cb9f60d029c10309e5fcead614404a367d76bf66969c668dd2c73f10dc014ca417b946d31503bc5c39689871248f8bd83ffaf23efc4d
6
+ metadata.gz: 42557d0b849a1c618fecd06a3eb31ef5f98b39fae614517266af9224601ec0b25e71edebac4c8449180acaae3fc895a3a96998957697b0868b22198c809272c5
7
+ data.tar.gz: 265d5497438a0a07f40419463f10da6579915c8be20316c62d67b43ec4e8c334245b660113d843127615fae699dd6a3214c05325e956c9a7cf1eccd063b318e6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2021-11-02)
5
+ ------------------
6
+
7
+ * Feature - CloudFront now supports response headers policies to add HTTP headers to the responses that CloudFront sends to viewers. You can use these policies to add CORS headers, control browser caching, and more, without modifying your origin or writing any code.
8
+
4
9
  1.57.0 (2021-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0