You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AWS SDK allows setting an endpoint for the S3 service - which is useful for running it locally or with MinIO. This value cannot be automatically set from environment variables using aws_config::load_from_env(), although this is an open feature request.
An Option should be added to S3Storage which allows setting an AWS endpoint, that can be passed down to AWSS3Storage and set with something like the S3 config builder set_endpoint_url function.
The text was updated successfully, but these errors were encountered:
The AWS SDK allows setting an endpoint for the S3 service - which is useful for running it locally or with MinIO. This value cannot be automatically set from environment variables using
aws_config::load_from_env()
, although this is an open feature request.An
Option
should be added toS3Storage
which allows setting an AWS endpoint, that can be passed down toAWSS3Storage
and set with something like the S3 config builderset_endpoint_url
function.The text was updated successfully, but these errors were encountered: