@valon-technologies/gestalt
Preparing search index...
@valon-technologies/gestalt
PresignOptions
Interface PresignOptions
Options used when generating a presigned URL.
interface
PresignOptions
{
method
?:
PresignMethod
;
expiresSeconds
?:
number
|
bigint
;
contentType
?:
string
;
contentDisposition
?:
string
;
headers
?:
Record
<
string
,
string
>
;
}
Index
Properties
method?
expires
Seconds?
content
Type?
content
Disposition?
headers?
Properties
Optional
method
method
?:
PresignMethod
Optional
expires
Seconds
expiresSeconds
?:
number
|
bigint
Optional
content
Type
contentType
?:
string
Optional
content
Disposition
contentDisposition
?:
string
Optional
headers
headers
?:
Record
<
string
,
string
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
method
expires
Seconds
content
Type
content
Disposition
headers
@valon-technologies/gestalt
Loading...
Options used when generating a presigned URL.