You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows multiple values in `distribution-id`; add by repeating the flag with new values e.g.:
```bash
s3deploy -bucket=mybucket -distribution-id=abcd -distribution-id=efgh
```
Fixes#142
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,16 +29,15 @@ Note that `s3deploy` is a perfect tool to use with a continuous integration tool
29
29
## Use
30
30
31
31
```bash
32
-
Usage of ./s3deploy:
33
32
-V print version and exit
34
33
-acl string
35
34
provide an ACL for uploaded objects. to make objects public, set to 'public-read'. all possible values are listed here: https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#canned-acl (default "private")
36
35
-bucket string
37
36
destination bucket name on AWS
38
37
-config string
39
38
optional config file (default ".s3deploy.yml")
40
-
-distribution-id string
41
-
optional CDN distribution ID for cache invalidation
39
+
-distribution-id value
40
+
optional CDN distribution ID for cache invalidation, repeat flag for multiple distributions
0 commit comments