regenerate sdk examples

This commit is contained in:
Chirag Aggarwal
2025-11-18 09:53:55 +05:30
parent f9274dad3f
commit 39c5b6c4d0
78 changed files with 144 additions and 74 deletions
@@ -20,5 +20,6 @@ result = storage.create_bucket(
allowed_file_extensions = [], # optional
compression = .NONE, # optional
encryption = False, # optional
antivirus = False # optional
antivirus = False, # optional
transformations = False # optional
)
@@ -20,5 +20,6 @@ result = storage.update_bucket(
allowed_file_extensions = [], # optional
compression = .NONE, # optional
encryption = False, # optional
antivirus = False # optional
antivirus = False, # optional
transformations = False # optional
)