From f9dfe6fb9ee31639e5224b168168bb032ee52cbe Mon Sep 17 00:00:00 2001 From: Ryan Cartwright Date: Fri, 11 Oct 2024 11:23:16 +1100 Subject: [PATCH] add bucket contexts to resource exports --- nitric/resources/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nitric/resources/__init__.py b/nitric/resources/__init__.py index 086ef2f..40354d2 100644 --- a/nitric/resources/__init__.py +++ b/nitric/resources/__init__.py @@ -37,6 +37,8 @@ "JwtSecurityDefinition", "bucket", "Bucket", + "BucketNotificationContext", + "FileNotificationContext", "kv", "KeyValueStoreRef", "job",