- Initial release
- Support versioned buckets and show all versions of a S3 object
- Support folder structures inside a bucket
- Support the use of generic
Search
types on buckets which filters keys by supplied prefix - Object type names no longer has the prefix of parent folders
- For large buckets, don't load everything, but push user to use the
Search
type instead S3Provider.SimpleStorageService
is renamed toS3Provider.Account
- Top level module
Provider
is made into a namespace and renamed toAwsProviders
- Versions of a S3 object is sorted chronologically
- Removed dependency on AWSSDK
- Fixed bug with getting data for versioned S3 object
- Fixed bug with accessing the
CreationDate
on bucket types