epam / badgerdoc

Apache License 2.0
31 stars 32 forks source link

fix: working with real S3 config #850

Closed SunnyCapt closed 3 months ago

SunnyCapt commented 3 months ago

Due to the fact that the project uses boto and minio libraries at the same time, confusion arose in their configuration.

boto lib can load things needed to connect to aws s3 from environment variables. minio lib can't do that.

I checked by downloading the file and running the extraction (with presigned s3 links)