mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
update sdk examples
This commit is contained in:
@@ -4,9 +4,8 @@ appwrite storage createBucket \
|
||||
--permission="file" \
|
||||
--read="["role:all"]" \
|
||||
--write="["role:all"]" \
|
||||
--enabled="" \
|
||||
--maximumFileSize="" \
|
||||
--allowedFileExtensions="" \
|
||||
--enabled="" \
|
||||
--adapter="local" \
|
||||
--encryption="" \
|
||||
--antivirus=""
|
||||
|
||||
@@ -4,8 +4,8 @@ appwrite storage updateBucket \
|
||||
--permission="file" \
|
||||
--read="["role:all"]" \
|
||||
--write="["role:all"]" \
|
||||
--enabled="" \
|
||||
--maximumFileSize="" \
|
||||
--allowedFileExtensions="" \
|
||||
--enabled="" \
|
||||
--encryption="" \
|
||||
--antivirus=""
|
||||
|
||||
Reference in New Issue
Block a user