gruntwork-io / go-commons

A standard library to use in all Gruntwork CLI tools
https://www.gruntwork.io/
MIT License
35 stars 26 forks source link

Add function to upload string contents to s3 #52

Closed yorinasub17 closed 3 years ago

yorinasub17 commented 3 years ago

This adds a helper function to awscommons that allows one to upload string contents to s3 bucket under a given key.

yorinasub17 commented 3 years ago

Thanks for review! Will merge this in, and open a follow up PR with the requested change.