Skip to content

Releases: danilop/yas3fs

Version 2.1.13

18 Apr 11:25
Compare
Choose a tag to compare

Write metadata for directories not on S3.

Version 2.1.12

18 Apr 08:57
Compare
Choose a tag to compare

Fixed too many open files bug.

Version 2.1.11

21 Mar 10:00
Compare
Choose a tag to compare

Fixed '--mkdir' to be a boolean option.

Version 2.1.10

09 Mar 20:02
Compare
Choose a tag to compare

Dict fixes in case of delete.

Version 2.1.9

06 Mar 16:37
Compare
Choose a tag to compare

README.txt removed.

Version 2.1.8

06 Mar 16:06
Compare
Choose a tag to compare

Thread monitoring with auto-restart added.

Version 2.1.7

02 Mar 12:17
Compare
Choose a tag to compare

Added minimum version of setuptools to requirements.

Version 2.1.6

27 Feb 16:43
Compare
Choose a tag to compare

Avoid writing metadata on S3 if there is no actual change to the values.

Version 2.1.5

27 Feb 12:10
Compare
Choose a tag to compare

Minor fix for exception debug.

Version 2.1.4

27 Feb 10:07
Compare
Choose a tag to compare

Moved S3 upload from FUSE flush() to release(), file is not open (anymore) and has changes.