package
1.1.34
Repository: https://github.com/djannot/aws-sdk-go.git
Documentation: pkg.go.dev

# README

Example

listS3EncryptedObjects is an example using the AWS SDK for Go concurrently to list the encrypted objects in the S3 buckets owned by an account.

Usage

The example's accounts string slice contains a list of the SharedCredentials profiles which will be used to look up the buckets owned by each profile. Each bucket's objects will be queried.

AWS_REGION=us-east-1 go run example/listS3EncryptedObjects/main.go

# Structs

A Bucket provides details about a bucket and its objects.
An ErrObject provides details of the error occurred retrieving an object's status.
A Object provides details of an S3 object.