aws-sdk-rust 0.1.20

Important Enhancements: 1) Supports V2 and V4 API Signatures for third party S3 compliant products like Ceph 2) Works from behind proxies 3) Returned data can be in Rust structs, JSON or XML Works only for S3. For a full AWS SDK look at the rusoto crate.
Documentation
[package]
name = "aws-sdk-rust"
version = "0.1.20"
authors = ["Chris Jones <chris.jones@lambdastack.io>"]
license = "Apache-2.0"
readme = "README.md"
keywords = ["aws", "s3"]
repository = "https://github.com/lambdastackio/aws-sdk-rust"
homepage = "https://github.com/lambdastackio/aws-sdk-rust"
documentation = "https://lambdastackio.github.io/aws-sdk-rust/aws_sdk_rust/aws"
description = """
Important Enhancements:
1) Supports V2 and V4 API Signatures for third party S3 compliant products like Ceph
2) Works from behind proxies
3) Returned data can be in Rust structs, JSON or XML

Works only for S3. For a full AWS SDK look at the rusoto crate.
"""

[dependencies]
lsio = "0.1"
chrono = "0.2.21"
httparse = "1.1.2"
hyper = "0.9"
log = "0.3.6"
openssl = "0.7.9"
regex = "0.1.65"
rustc-serialize = "0.3"
# Credentials use serde
serde = "0.8"
serde_json = "0.8"
time = "0.1"
url = "1.2"
xml-rs = "0.1"
# NOTE: term is only used for the example
term = "0.4"
md5 = "0.2"

# This section is here because there is a main.rs that used as an example.
[[bin]]
doc = false
name = "s3"
path = "examples/s3.rs"