Skip to content

1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 16:28
· 35 commits to master since this release

New features

  • Minio is officially supported. Additional factory method added allowing to connect to Minio instances without knowing the internals.
  • IOPath has a new member - Prefix() allowing to add prefix to an existing path.

Bugs fixed

  • S3 provider was ignoring continuationToken which resulted in returning only the first page in Ls operation.