cf-s3-invalidator 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +5 -1
- data/bin/cf-s3-inv +1 -1
- data/cf-s3-invalidator.gemspec +1 -1
- data/lib/cloudfront_invalidator.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -20,9 +20,13 @@ Or you can store them into the file *_cf_s3_invalidator.yml*:
|
|
20
20
|
|
21
21
|
s3_key: YOUR_AWS_S3_ACCESS_KEY_ID
|
22
22
|
s3_secret: YOUR_AWS_S3_SECRET_ACCESS_KEY
|
23
|
-
s3_bucket: your.
|
23
|
+
s3_bucket: your.bucket.com
|
24
24
|
cloudfront_distribution_id: YOUR_CLOUDFRONT_DISTRIBUTION_ID
|
25
25
|
|
26
26
|
Then you can just run:
|
27
27
|
|
28
28
|
`cf-s3-inv`
|
29
|
+
|
30
|
+
## License
|
31
|
+
|
32
|
+
MIT
|
data/bin/cf-s3-inv
CHANGED
data/cf-s3-invalidator.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cf-s3-invalidator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 2
|
10
|
+
version: 0.3.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Lauri Lehmijoki
|