object_store 0.5.0

A generic object store interface for uniformly interacting with AWS S3, Google Cloud Storage, Azure Blob Storage and local files.
Documentation

object_store

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 12 feature flags, 0 of them enabled by default.

cloud

  • serde
  • serde_json
  • quick-xml
  • reqwest
  • reqwest/json
  • reqwest/stream
  • chrono/serde
  • base64
  • rand
  • ring

gcp

  • cloud
  • rustls-pemfile

aws

  • cloud

azure

  • cloud

serde

    This feature flag does not enable additional features.

reqwest

    This feature flag does not enable additional features.

serde_json

    This feature flag does not enable additional features.

base64

    This feature flag does not enable additional features.

ring

    This feature flag does not enable additional features.

quick-xml

    This feature flag does not enable additional features.

rustls-pemfile

    This feature flag does not enable additional features.

rand

    This feature flag does not enable additional features.