# Functions
No description provided by the author
ExternalEnumerateS3 attempts to enumerate a public facing S3 bucket with no credentials.
ExternalEnumerateS3Region enumerates a single public facing S3 bucket in a specific region.
LsS3Bucket retrieves the objects stored in an S3 bucket and returns an LsResourceReport struct.
# Structs
BucketObject contains the name and size (in bytes) of an object stored in an S3 bucket.
LsResourceReport contains the resources discovered in an S3 bucket and any non-fatal errors that occurred during the execution of the `methodaws s3 ls` subcommand.
LsResources contains the S3 bucket name and the objects stored in the bucket.