• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..09-Nov-2021-

README.mdH A D09-Nov-2021421 147

listObjectsConcurrently.goH A D09-Nov-20215.3 KiB238186

README.md

1## Example
2
3This is an example using the AWS SDK for Go concurrently to list the encrypted objects in the S3 buckets owned by an account.
4
5## Usage
6
7The 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.
8
9```
10AWS_REGION=us-east-1 go run -tags example listObjectsConcurrently.go
11```
12
13
14