It looks like both our S3 backends use libraries that are no longer being maintained. Fortunately, AWS now has an "official" C API: https://github.com/awslabs/aws-c-s3
For sustainability, we should probably migrate to that and retire out the other two flavors of S3 support at some point.
It looks like both our S3 backends use libraries that are no longer being maintained. Fortunately, AWS now has an "official" C API: https://github.com/awslabs/aws-c-s3
For sustainability, we should probably migrate to that and retire out the other two flavors of S3 support at some point.