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
{{ message }}
This repository was archived by the owner on Nov 3, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,8 +80,8 @@ ___
80
80
* Next, run unit tests to make sure added customization passes the tests
81
81
```
82
82
cd ./deployment
83
-
chmod +x ./run-unit-tests.sh \n
84
-
./run-unit-tests.sh \n
83
+
chmod +x ./run-unit-tests.sh
84
+
./run-unit-tests.sh
85
85
```
86
86
87
87
* Configure the bucket name of your target Amazon S3 distribution bucket
@@ -107,7 +107,7 @@ The main template is called efs-file-manager.template
107
107
108
108
***
109
109
110
-
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
110
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
111
111
112
112
Licensed under the Apache License Version 2.0 (the "License"). You may not use this file except in compliance with the License. A copy of the License is located at
0 commit comments