Skip to content

v0.1.0-rc-10

Pre-release
Pre-release
Compare
Choose a tag to compare
@eterna2 eterna2 released this 01 Nov 05:05
· 9 commits to master since this release
6179530
  • Added stats and unlink abstract methods to AbcStream
  • Added rmdir, is_file, is_dir methods to AbcStream
  • Fix glob to correctly match both dir and filename
  • S3Stream.iter_dir() will now yield streams with StreamInfo
  • AbcStream.iter_dir_() now return Iterable[StreamInfo] instead of Iterable[str]
  • Refractored the internals of AbcStream to be cleaner