@valon-technologies/gestalt
Preparing search index...
services/s3
PresignObjectRequest
Interface PresignObjectRequest
PresignObjectRequest asks the provider to mint a presigned URL.
interface
PresignObjectRequest
{
ref
?:
S3ObjectRef
;
method
:
number
;
expiresSeconds
:
bigint
;
contentType
:
string
;
contentDisposition
:
string
;
headers
:
{
[
key
:
string
]:
string
}
;
}
Index
Properties
ref?
method
expires
Seconds
content
Type
content
Disposition
headers
Properties
Optional
ref
ref
?:
S3ObjectRef
method
method
:
number
expires
Seconds
expiresSeconds
:
bigint
content
Type
contentType
:
string
content
Disposition
contentDisposition
:
string
headers
headers
:
{
[
key
:
string
]:
string
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
ref
method
expires
Seconds
content
Type
content
Disposition
headers
@valon-technologies/gestalt
Loading...
PresignObjectRequest asks the provider to mint a presigned URL.