Storage Provider
API
Buckets
Buckets are simply containered parts of the larger Storage System. Buckets ensure each application has its own part of the storage isolated from each other.
If required applications can request access to the global bucket, ntfx bucket, and even the subsystem buckets.
Accessing another apps bucket
Application buckets are isolated until the user or the application allows another application access
For an application to allow another application access, it must be subscribed to the OnApplicationRequestApplicationBucket
event.
In application to application requests, the application that owns the bucket should have a handler similar to the example shown below:
For user to application requests, the user can simply elevate to admin to view all the buckets.
Making a bucket permanently public
Last updated