1个不稳定版本
0.46.0 | 2020年12月23日 |
---|
#25 in #storage-service
1MB
19K SLoC
Rusoto S3
Rust SDK for Amazon Simple Storage Service
⚠️ This is the Materialize fork of Rusoto. ⚠️
Rusoto has been unmaintained for several months. We expect that Amazon will soon announce plans to take over Rusoto or release an official Rust SDK. In the meantime, we are performing a minimal amount of maintenance. We will accept dependency bumps and obvious bug fixes.
Crates are published with an "mz" prefix, as in mz_rusoto_core
.
你可能正在寻找
要求
使用Rusoto需要Rust稳定版或beta版。Nightly版本已测试,但未保证支持。较旧版本可能受到支持。目前支持的Rust版本可以在Rusoto项目的travis.yml
中找到。
在Linux上,需要OpenSSL。
安装
要在您的应用程序中使用mz_rusoto_s3
,请将其添加到您的Cargo.toml
中的依赖项。
[dependencies]
mz_rusoto_s3 = "0.46.0"
软件包功能
native-tls
- 使用平台特定的TLS实现。rustls
- 使用rustls TLS实现。serialize_structs
- 大多数操作输出的结构体将自动获得derive(Serialize)
。deserialize_structs
- 大多数操作输入的结构体将自动获得derive(Deserialize)
。
注意:该软件包默认使用native-tls
TLS实现。
贡献
请参阅CONTRIBUTING。
许可证
Rusoto在MIT许可证的条款下分发。
有关详细信息,请参阅LICENSE。
依赖项
~14–28MB
~437K SLoC