Skip to content

apisit/S3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go get github.com/apisit/s3

import ( "github.com/apisit/s3" )

//using it accessKey := "key" secretKey := "key" keyFilename := "something.jpg" filename := "something.jpg" bucketName := "sps-photos" amazonS3 := s3.Init(accessKey, secretKey) amazonS3.Upload(keyFilename, bucketName, filename)

About

golang library for uploading file to Amazon s3. Solely to PUT object to S3 bucket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages