This commit is contained in:
Kar
2024-02-05 18:23:31 +05:30
commit 1bdaf41c4b
4 changed files with 98 additions and 0 deletions

5
readme.txt Normal file
View File

@@ -0,0 +1,5 @@
go mod init go-s3-upload
go get github.com/aws/aws-sdk-go/service/s3
go run main.go <aws-region> <aws-access-key-id> <aws-secret-access-key> <bucket-name> </folder/file_name.ext OnS3> <file-path>