Skip to main content

BUCKET_NAME

talawa-apiDocs


talawa-api / config/minio / BUCKET_NAME

Variable: BUCKET_NAME

> const BUCKET_NAME: undefined | string = process.env.MINIO_BUCKET

The name of the bucket used in the MinIO storage, defined via an environment variable.

Example

console.log(BUCKET_NAME); // Logs the bucket name from the environment

Returns

The name of the MinIO bucket.

Defined in

src/config/minio/index.ts:47