nextContinuationToken property
NextContinuationToken
is sent when isTruncated
is
true, which means there are more keys in the bucket that can be listed. The
next list requests to Amazon S3 can be continued with this
NextContinuationToken
. NextContinuationToken
is
obfuscated and is not a real key
Implementation
final String? nextContinuationToken;