Skip to content

Commit

Permalink
change docs gen pre-signed url/s endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
kish1n committed Sep 13, 2024
1 parent cd9f783 commit 708d435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 708d435

Please sign in to comment.