Skip to content

v0.1.1

Compare
Choose a tag to compare
@Xuanwo Xuanwo released this 01 Mar 09:56
· 2995 commits to main since this release
v0.1.1
07f8ff7

v0.1.1 - 2022-03-01

Added

  • RFC and implementation of feature Object Stream (#69)
  • services/s3: Implement List support (#76)
  • credential: Add Plain variant to allow more input (#78)

Changed

  • backend/s3: Change from lazy_static to once_cell (#62)
  • backend/s3: Enable test on AWS S3 (#64)

New Contributors