Skip to content

Commit 193c441

Browse files
Added support for new region
Added support for the CA-1 region and fixed incorrect link in README.md
1 parent 5299c91 commit 193c441

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is, essentially, a series of lambda functions packaged in a one-click deplo
88
1. `ScaniiId` -> the resource id of the processed content
99
2. `ScaniiFindings` -> list of identified findings (content engine dependent)
1010
3. `ScaniiContentType` -> the identified content type of the file processed
11-
2. Delete the object with findings - this is defaulted to **off** and will delete S3 objects with findings (such as malware or NSFW content) - for a full list of available content identification see https://support.scanii.com/article/20-content-detection-engines
11+
2. Delete the object with findings - this is defaulted to **off** and will delete S3 objects with findings (such as malware or NSFW content) - for a full list of available content identification see https://docs.scanii.com/article/149-how-do-the-different-detection-engines-work
1212

1313
## Working with the source code
1414
The source code for this application is written using Javascript and requires, at least, nodejs 8 to run. Before getting started we strongly advise you to become familiar with the following technologies:

template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Parameters:
2222
- api-ap1.scanii.com
2323
- api-ap2.scanii.com
2424
- api-us1.scanii.com
25+
- api-ca1.scanii.com
2526
actionTagObject:
2627
Description: Should custom tags be added to S3 objects after processing?
2728
Type: String

0 commit comments

Comments
 (0)