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§
- AwsConfig
Credential 🔒Provider - 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.