Simple Go CLI tool for uploading to S3
Go to file
Jakub Sokołowski 7981ff9af5
first working version using s3Client.PutObject
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-01-12 18:39:55 +01:00
README.md add initial readme 2022-01-12 16:43:55 +01:00
go.mod first working version using s3Client.PutObject 2022-01-12 18:39:55 +01:00
go.sum first working version using s3Client.PutObject 2022-01-12 18:39:55 +01:00
main.go first working version using s3Client.PutObject 2022-01-12 18:39:55 +01:00

README.md

Description

The most basic possible Go CLI tool for uploading to S3 compatible storage.

Usage

TODO