Beignet API reference
Preparing search index...
@beignet/core
uploads
DirectUploadInstruction
Interface DirectUploadInstruction
Direct upload instruction returned by an upload signer.
interface
DirectUploadInstruction
{
expiresAt
:
string
;
headers
?:
Record
<
string
,
string
>
;
method
:
"PUT"
;
url
:
string
;
}
Index
Properties
expires
At
headers?
method
url
Properties
expires
At
expiresAt
:
string
Optional
headers
headers
?:
Record
<
string
,
string
>
method
method
:
"PUT"
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
expires
At
headers
method
url
Beignet API reference
Loading...
Direct upload instruction returned by an upload signer.