| bytes | Package bytes implements functions for the manipulation of byte slices. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/aws/aws-sdk-go-v2/aws | Package aws provides the core SDK's utilities and shared types. |
| github.com/aws/aws-sdk-go-v2/aws/awserr | |
| github.com/aws/aws-sdk-go-v2/internal/awsutil | |
| github.com/aws/aws-sdk-go-v2/service/s3 | Package s3 provides the API client, operations, and parameter types for Amazon Simple Storage Service. |
| github.com/aws/aws-sdk-go-v2/service/s3/s3iface | |
| io | Package io provides basic interfaces to I/O primitives. |
| net/http | Package http provides HTTP client and server implementations. |
| sort | Package sort provides primitives for sorting slices and user-defined collections. |
| strconv | Package strconv implements conversions to and from string representations of basic data types. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
| sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
| time | Package time provides functionality for measuring and displaying time. |