Crate remi_s3

source ·
Expand description

§🐻‍❄️🧶 Amazon S3 Support for remi-rs

remi-s3 is an official implementation of using Remi with Amazon S3 by Noelware.

§Features

§serde (disabled)

Enables the use of serde for (de)serializing for configuration files.

§log (disabled)

Enables the use of log for adding unstructured logging events to track down why something broke.

§tracing (disabled)

Enables the use of tracing::instrument for adding spans to method calls to track down why something went wrong or to debug performance hits.

Structs§

  • Represents the main configuration struct to configure a [S3StorageService][crate::S3StorageService].
  • Represents an implementation of StorageService for Amazon Simple Storage Service.

Enums§

  • Represents a generalised error that inlines all service errors and uses Response<SdkBody> as the response type.

Type Aliases§