List objects under prefix in bucket with delimiter="/".
prefix
bucket
delimiter="/"
Returns virtual-folder prefixes (CommonPrefixes) as entries with isPrefix = true. First-page results are cached on the Rust side; subsequent pages always hit S3.
isPrefix = true
The profile whose credentials to use.
The bucket name.
The prefix to list under (e.g. "photos/" or "").
"photos/"
""
Optional
Optional continuation token and cache-bypass flag.
List objects under
prefixinbucketwithdelimiter="/".Returns virtual-folder prefixes (CommonPrefixes) as entries with
isPrefix = true. First-page results are cached on the Rust side; subsequent pages always hit S3.