CHANGELOG

v0.2.3

  • Use scheme and port from endpoint_url.

v0.2.2 (2024-08-14)

  • Add :aws_endpoint_url_s3 option.

  • Document :handle_s3_url step.

v0.2.1 (2024-08-01)

  • Add support for s3:// (list buckets) endpoint.

  • Add support for s3://{bucket}?versions (list versions) and similar endpoints.

  • Automatically use AWS_ENDPOINT_URL_S3, AWS_ACCESS_KEY_ID, and AWS_SECRET_ACCESS_KEY system env vars.

v0.2.0 (2024-07-18)

v0.1.1 (2023-09-01)

  • Support Req v0.4.

v0.1.0 (2022-08-24)

  • Initial release