Module aws

Module aws 

Source
Available on crate feature cloud only.
Expand description

Custom AWS logic to configure the AWS object_store. Upstream doesn’t support the AWS credential chain.

Structs§

AwsConfigCredentialProvider 🔒
Wrapper type implementing object_store::CredentialProvider for aws_credential_types::provider::ProvideCredentials.

Functions§

setup_aws_object_store
Returns an AWS object store. Contrary to object_store::parse_url_opts, this one honors the AWS credential chain. It does only support s3:// URLs.