brows3r — TypeScript API
Preparing search index...
api/settings
S3CompatibleEndpoint
Interface S3CompatibleEndpoint
Single S3-compatible endpoint entry.
interface
S3CompatibleEndpoint
{
compatFlagsTemplate
?:
Record
<
string
,
unknown
>
;
defaultRegion
:
string
;
endpointUrl
:
string
;
name
:
string
;
}
Index
Properties
compat
Flags
Template?
default
Region
endpoint
Url
name
Properties
Optional
compat
Flags
Template
compatFlagsTemplate
?:
Record
<
string
,
unknown
>
default
Region
defaultRegion
:
string
endpoint
Url
endpointUrl
:
string
name
name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
compat
Flags
Template
default
Region
endpoint
Url
name
brows3r — TypeScript API
Loading...
Single S3-compatible endpoint entry.