An open API service indexing awesome lists of open source software.

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

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')`