Skip to content

Commit aa23aa4

Browse files
authored
Merge pull request #248 from gdembowski/azure-storage
Add Azure Blob Storage support for attachments
2 parents f28ce77 + 69fa045 commit aa23aa4

7 files changed

Lines changed: 401 additions & 13 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,30 @@ Existing bucket, with an appropriate security policy. One possible policy is to
149149

150150
Specify Region (example: us-west-1) of bucket [list of regions](https://docs.aws.amazon.com/general/latest/gr/s3.html)
151151

152+
### azure (optional, alternative to s3)
153+
154+
Azure Blob Storage as an alternative to s3 can be used to store attachments from issues. If omitted, `has attachment` label will be added to GitHub issue.
155+
156+
#### azure.accountName
157+
158+
Azure account name. Can be skipped when `azure.connectionString` is provided.
159+
160+
#### azure.accountKey
161+
162+
Azure account key. Can be skipped when `azure.connectionString` is provided.
163+
164+
#### azure.container
165+
166+
Azure Blob Storage container name. Can be skipped when `azure.connectionString` is provided.
167+
168+
#### azure.endpoint
169+
170+
URL to override the default endpoint. Default value `https://myaccount.blob.core.windows.net`.
171+
172+
#### azure.connectionString
173+
174+
Full connection string that contains accountName, accountKey, container and endpoint. Can be used to define connection paramters in one place.
175+
152176
### usermap
153177

154178
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

Comments
 (0)