S3

class s3.bucket

Example:

resources = storage_connector.read_resources(
    service="s3",
    resource_type="bucket")
for resource in resources:
    resource.load()
    print(resource.urn)
    print(resource.creation_date)
creation_date

Date the bucket was created. This date can change when making changes to your bucket, such as editing its bucket policy.