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.
docs.rs failed to build sss-0.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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).