Registers a handler to be notified when blobs are deleted from the bucket.
A unique name for the subscription.
A callback to handle the event.
Optional
filter: BucketFilterA filter to decide which put events should be reported.
Registers a handler to be notified when blobs are put into the bucket (created or updated).
A unique name for the subscription.
A callback to handle the event.
Optional
filter: BucketFilterA filter to decide which put events should be reported.
Generated using TypeDoc
Bucket is a simple blob store.
Gets are read-after-write consistent for puts of new blobs, and eventually consistent for overwriting puts.
Blobs in a bucket are encrypted at rest by default.