v1.10.1
Discover the new features, logic changes, bug fixes, breaking changes, and known issues and limitations in Piiano Vault release v1.10.1.
New features
- Exposed a few object writer capabilities that were previously internal. An IAM role can now use finer grained capabilities to control object: creation, update and deletion. These capabilities are called:
CapDataCreator
,CapDataUpdater
andCapDataDeleter
respectively. The existingCapDataWriter
is also available and is a union of the aformentioned finer grained capabilities.