get_matching_s3_objects#

get_matching_s3_objects(bucket, prefix='', suffix='', request_payer='None')[source]#

Generate objects in an S3 bucket.

Parameters
  • bucket – Name of the S3 bucket.

  • prefix – Only fetch objects whose key starts with this prefix (optional).

  • suffix – Only fetch objects whose keys end with this suffix (optional).