Registry / cloud / rusoto-s3

rusoto-s3

JSON →
library0.48.0rscratesunverified

An AWS SDK for Rust providing access to Amazon S3 (Simple Storage Service) for object storage operations.

# Cargo.toml [dependencies] rusoto_s3 = "0.48.0"
INSTALL
IMPORT
SIG · RUSOTO-S3
R
rusoto-s3
cloudrustv0.48.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

S3Client
use rusoto_s3::S3Client;

Creates an S3 client for the US East region.

use rusoto_s3::S3Client; use rusoto_core::Region; let client = S3Client::new(Region::UsEast1); // Use client to list buckets, etc.
Debug
Known issues
breakingRusoto is largely superseded by the official AWS SDK for Rust (aws-sdk-s3); consider migrating.
fix
Use aws-sdk-s3 from the official AWS SDK.
affects: >=0.48.0
Upgrade
Version history
0.48.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
rusoto-s3 — cargo add rusoto-s3 · libregistry