@valon-technologies/gestalt
Preparing search index...
services/s3
PresignMethod
Variable PresignMethod
Const
PresignMethod
:
{
UNSPECIFIED
:
0
;
GET
:
1
;
PUT
:
2
;
DELETE
:
3
;
HEAD
:
4
}
= ...
PresignMethod identifies the HTTP verb encoded into a presigned URL.
Type Declaration
Readonly
UNSPECIFIED
:
0
Readonly
GET
:
1
Readonly
PUT
:
2
Readonly
DELETE
:
3
Readonly
HEAD
:
4
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
@valon-technologies/gestalt
Loading...
PresignMethod identifies the HTTP verb encoded into a presigned URL.