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

x/appwrite/src/services/storage.ts>Storage#updateBucket

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Storage.prototype.updateBucket
import { Storage } from "https://deno.land/x/appwrite@8.0.1/src/services/storage.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

Returns

Promise<Models.Bucket>