Skip to content

Instantly share code, notes, and snippets.

View aokomorowski's full-sized avatar
:shipit:
in this terrifying world all we have are the connections we make

Artur Komorowski aokomorowski

:shipit:
in this terrifying world all we have are the connections we make
View GitHub Profile
@aokomorowski
aokomorowski / multipartUploadToS3.go
Last active August 21, 2023 13:36
Large files multipart upload to S3 with goroutines using AWS SDK for Go v2
// 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