ossfs 0.2_r0 Release Notes - samsong8610/ossfs GitHub Wiki

Release Notes

Enhancement

  • Change to OSS API 20121008 version.
  • Add a few dependency install instructions.

2012/10/29

  • Http client create a new curl handle for every request.
  • Add some log for debug.
  • Set Content-Type according file extentions.
  • Add OssListBucketQuery structure to wrap bucket get operation parameters.
  • Http client operation return http status code or -1.
  • Add -l(logfile) -e(level) options to set logfile and log level.

2012/10/30

  • Put object when ossfs_release instead ossfs_flush only when mode is rw/wo. Add some defensive codes.

Bug fix

2012/10/30

  • Fix http client return value error.
  • Fix paging error when list objects in a bucket.