StorageApi.forBucket()
Home > @backstage/core-plugin-api
> StorageApi
> forBucket
Create a bucket to store data in.
Signature:
forBucket(name: string): StorageApi;
Parameters
Parameter |
Type |
Description |
---|---|---|
name |
string |
Namespace for the storage to be stored under, will inherit previous namespaces too |