get_matching_s3_keys#

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

Generate the keys in an S3 bucket.

Parameters
  • bucket – Name of the S3 bucket.

  • prefix – Only fetch keys that start with this prefix (optional).

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