get Objects
NOTE on
max_keys
: Retrieving very large numbers of keys can adversely affect the provider's performance. The objects data source returns keys (i.e., file names) and other metadata about objects in an S3 bucket.
Return
A collection of values returned by getObjects.
Parameters
A collection of arguments for invoking getObjects.
Return
A collection of values returned by getObjects.
Parameters
Lists object keys in this S3 bucket. Alternatively, an S3 access point ARN can be specified
Character used to group keys (Default: none)
Encodes keys using this method (Default: none; besides none, only "url" can be used)
Boolean specifying whether to populate the owner list (Default: false)
Maximum object keys to return (Default: 1000)
Limits results to object keys with this prefix (Default: none)
Returns key names lexicographically after a specific object key in your bucket (Default: none; S3 lists object keys in UTF-8 character encoding in lexicographical order)
See also
Return
A collection of values returned by getObjects.
Parameters
Builder for com.pulumi.aws.s3.kotlin.inputs.GetObjectsPlainArgs.