The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::S3::ListObjectsV2Output

ATTRIBUTES

REQUIRED Bucket => Str

Name of the bucket to list.

ContinuationToken => Str

ContinuationToken indicates Amazon S3 that the list is being continued on this bucket with a token. ContinuationToken is obfuscated and is not a real key

Delimiter => Str

A delimiter is a character you use to group keys.

EncodingType => Str

Encoding type used by Amazon S3 to encode object keys in the response.

Valid values are: "url"

FetchOwner => Bool

The owner field is not present in listV2 by default, if you want to return owner field with each key in the result then set the fetch owner field to true

MaxKeys => Int

Sets the maximum number of keys returned in the response. The response might contain fewer keys but will never contain more.

Prefix => Str

Limits the response to keys that begin with the specified prefix.

StartAfter => Str

StartAfter is where you want Amazon S3 to start listing from. Amazon S3 starts listing after this specified key. StartAfter can be any key in the bucket