8000 GitHub - Smelton01/aws-go-s3: A S3 client library built with aws/aws-sdk-go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Smelton01/aws-go-s3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-go-s3

PkgGoDev Go MIT License

aws-go-s3 is a Amazon S3 library built with aws/aws-sdk-go.

Testing

If you want to run the tests, you SHOULD use a decicated S3 bucket for the tests. The test suite issues PutObject and DeleteObject in teardown.

You can specify the bucket name in environment variable.

$ cd bucket
$ export TEST_S3_BUCKET_NAME=aws-go-s3-test
$ go test -v

About

A S3 client library built with aws/aws-sdk-go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0