From 708d4358b6367d9d6d55baa4f76137ee63aa4ad6 Mon Sep 17 00:00:00 2001 From: trpdjke Date: Fri, 13 Sep 2024 15:54:45 +0300 Subject: [PATCH] change docs gen pre-signed url/s endpoints --- docs/spec/paths/integrations@geo-forms-svc@v1@image.yaml | 2 +- docs/spec/paths/integrations@geo-forms-svc@v2@image.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/spec/paths/integrations@geo-forms-svc@v1@image.yaml b/docs/spec/paths/integrations@geo-forms-svc@v1@image.yaml index b51f004..535f8aa 100644 --- a/docs/spec/paths/integrations@geo-forms-svc@v1@image.yaml +++ b/docs/spec/paths/integrations@geo-forms-svc@v1@image.yaml @@ -4,7 +4,7 @@ post: summary: Generate pre-signed url description: | Generate pre-signed URL for the provided content-length - and content-type, with a configurable lifetime. + and content-type, with a configurable lifetime in config. The response contains a URL with a signature and other information that should be used to upload image in S3 Storage. The name is generated on the server side. diff --git a/docs/spec/paths/integrations@geo-forms-svc@v2@image.yaml b/docs/spec/paths/integrations@geo-forms-svc@v2@image.yaml index 86d4528..c100661 100644 --- a/docs/spec/paths/integrations@geo-forms-svc@v2@image.yaml +++ b/docs/spec/paths/integrations@geo-forms-svc@v2@image.yaml @@ -4,7 +4,7 @@ post: summary: Generate two pre-signed urls description: | Generate pre-signed URL for the provided content-length - and content-type for selfie and passport image, with a configurable lifetime. + and content-type for selfie and passport image, with a configurable lifetime in config. The response contains a URL with a signature and other information that should be used to upload image in S3 Storage. The name is generated on the server side.