Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/appwrite/mod.ts>Storage#getBucket

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

Get Bucket

Get a storage bucket by its unique ID. This endpoint response returns a JSON object with the storage bucket metadata.

Parameters

bucketId: string

Returns

Promise<Models.Bucket>