sss 0.0.0

Client bindings to amazon's s3 api with AWS4 authentication. This is a WIP and isn't useful for much yet, although you can fetch the contents of objects or use the connection API to roll your own requests without dealing with authentication headaches.
1
2
3
4
5
This is a WIP, as you can probably tell since theres not even a `lib.rs` yet.

It can download files, but since I started learning rust the same day as making this,
my knowledge of lifetimes is poor so you can probably only download one object per
connection (since I believe that the objects consume themselves).