@valon-technologies/gestalt
Preparing search index...
@valon-technologies/gestalt
PresignResult
Interface PresignResult
Result returned by
S3.presignObject
or
S3Object.presign
.
interface
PresignResult
{
url
:
string
;
method
:
PresignMethod
;
expiresAt
?:
Date
;
headers
:
Record
<
string
,
string
>
;
}
Index
Properties
url
method
expires
At?
headers
Properties
url
url
:
string
method
method
:
PresignMethod
Optional
expires
At
expiresAt
?:
Date
headers
headers
:
Record
<
string
,
string
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
url
method
expires
At
headers
@valon-technologies/gestalt
Loading...
Result returned by S3.presignObject or S3Object.presign.