Skip to content

Bug fix and API enhancements

Choose a tag to compare

@harshavardhana harshavardhana released this 18 Apr 17:47
· 593 commits to master since this release
3.0.4

Highlights

  • Introducing new APIs setBucketNotification, getBucketNotification, removeAllBucketNotification.
  • listObjects now supports version 2 by default.
  • removeObject() now takes an iterator of objects to be removed, useful in removing large batches of objects.
  • Other misc bug fixes.

Changelog

  • api: add list object version 2 support and set to default. (#552) (24 hours ago)
  • examples: Implement console progress bar for GetObject (#554) (3 days ago)
  • api: add new API to delete multiple objects. (#553) (3 days ago)
  • examples: Implement console progress bar for PutObject (#550) (8 days ago)
  • api: Set correct (un)modified condition header (#547) (8 days ago)
  • tests: Do not expect 'UTC' in Last-Modified header (#548) (8 days ago)
  • tests: Remove temporary files and new bucket creation. (#545) (9 days ago)
  • fix: close scanner always including when exception occurred (#537) (5 weeks ago)
  • Add putObjectProgressBar example. (#535) (5 weeks ago)
  • Fix scanner object leaks close them appropriately. (#534) (6 weeks ago)
  • Fix import path order reported by eclipse (#533) (6 weeks ago)
  • Run region tests when running against s3 (#527) (9 weeks ago)
  • api: Add new constructors with region parameter (#524) (9 weeks ago)
  • region: Always search for location if not cached (#526) (10 weeks ago)
  • Update region based on cache (#519) (3 months ago)