https://github.com/michaelcade/90daysofdevops-bucket-upload
A small utility web app that will allow for an upload to an AWS S3 Bucket
https://github.com/michaelcade/90daysofdevops-bucket-upload
Last synced: 11 months ago
JSON representation
A small utility web app that will allow for an upload to an AWS S3 Bucket
- Host: GitHub
- URL: https://github.com/michaelcade/90daysofdevops-bucket-upload
- Owner: MichaelCade
- Created: 2023-10-02T09:27:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T09:29:38.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T19:54:29.154Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
On windows you need to run the following to set the AWS Credentials
`$env:AWS_ACCESS_KEY_ID = ""`
`$env:AWS_SECRET_ACCESS_KEY = ""`
`$env:AWS_REGION = "us-east-2"`
`$env:AWS_BUCKET = "90daysofdevops"`
Confirmation with
`[System.Environment]::GetEnvironmentVariable('AWS_BUCKET')`