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
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The user must be a member of the project you want to copy. This user must be the
42
42
43
43
### Docker
44
44
45
-
If you don't have Node.js installed in your local environment and don't want to install it you can use the Dockerized approach.
45
+
If you don't have Node.js installed in your local environment and don't want to install it you can use the Dockerized approach.
46
46
47
47
1. Make sure that you have [Docker](https://docs.docker.com/engine/install/) installed in your computer. You can test running `docker version` in the terminal.
48
48
1.`cp sample_settings.ts settings.ts`
@@ -144,6 +144,10 @@ IAM User who owns these credential must have [write permissions](https://docs.aw
144
144
145
145
Existing bucket, with an appropriate security policy. One possible policy is to allow [public access](https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteAccessPermissionsReqd.html).
146
146
147
+
#### s3.region
148
+
149
+
Specify Region (example: us-west-1) of bucket [list of regions](https://docs.aws.amazon.com/general/latest/gr/s3.html)
150
+
147
151
### usermap
148
152
149
153
Maps the usernames from gitlab to github. If the assinee of the gitlab issue is equal to the one currently logged in github it will also get assigned without a usermap. The Mentions in issues will also be translated to the new github name.
0 commit comments