Skip to content
DocsTry Aspire
DocsTry

addBuckets

Method
📦 CommunityToolkit.Aspire.Hosting.RustFs v13.5.0
interface RustFsResource {
// ... omitted for brevity
addBuckets(bucketNames: string[]): RustFsResource;
}

Signature

methodaddBucketsbuilder
Adds multiple buckets to the RustFs resource. Each bucket is registered as its own `RustFsBucketResource` child resource and created via the RustFs S3 API once the server resource becomes ready.
addBuckets(bucketNames: string[]): RustFsResource
bucketNamesstring[]
RustFsResource

Applies to

This method applies to the following types: