# README
aws-s3-go-playground
Prerequisites
- Create access key and secret (session token is optional)
- https://{{ us-east-1 } }.console.aws.amazon.com/iam/home#/security_credentials/access-key-wizard]
Using
API
Reference
- Amazon S3 examples using SDK for Go V2 - AWS SDK Code Examples
- Developer Guide | AWS SDK for Go V2
- https://aws.github.io/aws-sdk-go-v2/docs/configuring-sdk/
- https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/credentials-chain.html
- https://github.com/cloudbees-io/configure-aws-credentials/blob/main/internal/auth/config.go
# Structs
BucketBasics encapsulates the Amazon Simple Storage Service (Amazon S3) actions used in the examples.