mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
regenerate sdk examples
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user