- Increased the account_id_resolver_cache and bucket_region_resolver_cache ttl to 1 hour
- You can now pass a session while initiating the plugin. That session will be used to create s3, sts, and s3control clients internally.
- Now you can get the prefix from ListObjects, ListObjectsV2, ListObjectVersions, and ListMultipartUploads and you can call getDataAccess on that prefix.
- Refactored private method names.
- Fixed dependency issue. Now you don't have to install dependencies separately.
- Released the first version of the plugin.