Skip to content

Commit

Permalink
Merge pull request #63 from regulaforensics/s3-storage-fix-SP-10694
Browse files Browse the repository at this point in the history
Removed S3
  • Loading branch information
dangost authored Jul 10, 2023
2 parents ec9b1cc + 63b0040 commit 33f6b28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions identification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ components:
$ref: "./common.yml#/components/schemas/ImageData"
imageUrl:
type: string
description: "Image URL, can be a link to Amazon S3, Google Storage, File System, or HTTP(S)."
description: "Image URL."
resizeOptions:
$ref: "#/components/schemas/ResizeOptions"
outputImageParams:
Expand Down Expand Up @@ -135,7 +135,7 @@ components:
description: "Returned image update date."
path:
type: string
description: "Returned image S3 path."
description: "Returned image path."
url:
type: string
description: "Returned image URL."
Expand Down
4 changes: 2 additions & 2 deletions liveness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ components:
description: "Transaction ID, there can be several transactions within one session."
video:
type: string
description: "An S3 link to the session video."
description: "Link to the session video."
images:
type: array
description: "List of base64 images"
Expand All @@ -48,7 +48,7 @@ components:
description: "Approximate age with an accuracy of +/-3 years."
portrait:
type: string
description: "S3 link to the portrait."
description: "Link to the portrait."
metadata:
type: object
additionalProperties: true
Expand Down

0 comments on commit 33f6b28

Please sign in to comment.