Skip to main content

Crate rc_s3

Crate rc_s3 

Source
Expand description

rc-s3: S3 SDK adapter for rc CLI client

This crate provides the implementation of the ObjectStore trait using the aws-sdk-s3 crate. It is the only crate that directly depends on the AWS SDK.

Re-exports§

pub use admin::AdminClient;
pub use client::DeleteRequestOptions;
pub use client::S3Client;
pub use multipart::MultipartConfig;
pub use multipart::UploadState;

Modules§

admin
Admin API client implementation
client
S3 client implementation
multipart
Multipart upload support