Add presigned URL management
This commit is contained in:
@@ -1091,6 +1091,9 @@ components:
|
||||
type: string
|
||||
format: date-time
|
||||
example: '2023-01-15T10:30:00Z'
|
||||
url:
|
||||
type: string
|
||||
example: "/my-bucket/file.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&..."
|
||||
PresignedUrlsList:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
@@ -587,6 +587,9 @@ PresignedUrlInfo:
|
||||
type: string
|
||||
format: date-time
|
||||
example: "2023-01-15T10:30:00Z"
|
||||
url:
|
||||
type: string
|
||||
example: "/my-bucket/file.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&..."
|
||||
|
||||
PresignedUrlsList:
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user