delimiter property
The delimiter grouping the included keys. A delimiter is a character that
you specify to group keys. All keys that contain the same string between the
prefix and the first occurrence of the delimiter are grouped under a single
result element in CommonPrefixes
. These groups are counted as
one result against the max-keys limitation. These keys are not returned
elsewhere in the response.
Implementation
final String? delimiter;