Imports of package integration

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/randPackage rand implements a cryptographically secure random number generator.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/aws/aws-sdk-go-v2/awsPackage aws provides the core SDK's utilities and shared types.
github.com/aws/aws-sdk-go-v2/service/s3Package s3 provides the API client, operations, and parameter types for Amazon Simple Storage Service.
github.com/aws/aws-sdk-go-v2/service/s3/types
github.com/aws/smithy-go/randPackage rand provides utilities for creating and working with random value generators.
io/ioutilPackage ioutil implements some I/O utility functions.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
timePackage time provides functionality for measuring and displaying time.