Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/mod.ts>Storage#updateBucket

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Storage.prototype.updateBucket
Re-export
import { Storage } from "https://deno.land/x/appwrite@6.0.0-RC1/mod.ts";

Update Bucket

Update a storage bucket by its unique ID.

Parameters

bucketId: string
name: string
optional
permissions: string[]
optional
fileSecurity: boolean
optional
enabled: boolean
optional
maximumFileSize: number
optional
allowedFileExtensions: string[]
optional
compression: string
optional
encryption: boolean
optional
antivirus: boolean