lean-s3
Preparing search index...
ListObjectsResult
Type Alias ListObjectsResult
type
ListObjectsResult
=
{
contents
:
readonly
S3BucketEntry
[]
;
continuationToken
:
string
|
undefined
;
isTruncated
:
boolean
;
keyCount
:
number
;
maxKeys
:
number
;
name
:
string
;
nextContinuationToken
:
string
|
undefined
;
prefix
:
string
|
undefined
;
startAfter
:
string
|
undefined
;
}
Index
Properties
contents
continuation
Token
is
Truncated
key
Count
max
Keys
name
next
Continuation
Token
prefix
start
After
Properties
contents
contents
:
readonly
S3BucketEntry
[]
continuation
Token
continuationToken
:
string
|
undefined
is
Truncated
isTruncated
:
boolean
key
Count
keyCount
:
number
max
Keys
maxKeys
:
number
name
name
:
string
next
Continuation
Token
nextContinuationToken
:
string
|
undefined
prefix
prefix
:
string
|
undefined
start
After
startAfter
:
string
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
contents
continuation
Token
is
Truncated
key
Count
max
Keys
name
next
Continuation
Token
prefix
start
After
lean-s3
Loading...