Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/streadway/s3sig
AWS Version 1 http.Request signing for S3
https://github.com/streadway/s3sig
Last synced: 3 days ago
JSON representation
AWS Version 1 http.Request signing for S3
- Host: GitHub
- URL: https://github.com/streadway/s3sig
- Owner: streadway
- License: mit
- Created: 2011-07-13T23:54:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-14T21:34:19.000Z (about 13 years ago)
- Last Synced: 2024-06-20T14:27:23.076Z (5 months ago)
- Language: Go
- Homepage:
- Size: 102 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# s3sig
There are many ways to interact with the [S3 REST API][api] and most client libraries encode assumptions about the kind of payload they're manipulating, don't quite handle errors in a way you'd like.
Talking HTTP and laying some calls together to form a domain specific client for your interaction with S3 is what this package tries to accomplish, and provides a means to sign any http.Request pointer, or return the signature for use in query string authorized S3 URLs.
# Don't use it
I'm still writing this.
[api]: http://docs.amazonwebservices.com/AmazonS3/latest/dev/index.html?RESTAuthentication.html