This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// README before going down | |
// | |
// You don't have to use that | |
// AWS SDK for Go v2 has a feature called s3 manager that will handle multipart upload for you (I didn't know that) | |
// It doesn't vary much from this implementation, but it's way more usable | |
// | |
// look up its definition and example from github.com/aws/aws-sdk-go-v2/feature/s3/manager | |
package main |