update sdk examples

This commit is contained in:
Damodar Lohani
2022-01-31 13:09:12 +05:45
parent 05c8b45799
commit d3cbfa96c0
2 changed files with 2 additions and 3 deletions
@@ -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=""