# CommunityToolkit.Aspire.Hosting.RustFs

- Module: `CommunityToolkit.Aspire.Hosting.RustFs`
- Version: `13.5.0`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/tree/4ff8268fbd97ddd23cb73dc8eff9cc92718156d1)
- Functions: `6`
- Types: `2`

## Types

- [RustFsBucketResource](/reference/api/typescript/communitytoolkit.aspire.hosting.rustfs/rustfsbucketresource.md) -- `handle` - 0 members
- [RustFsResource](/reference/api/typescript/communitytoolkit.aspire.hosting.rustfs/rustfsresource.md) -- `handle` - 5 members

## Functions

- [addBucket](/reference/api/typescript/communitytoolkit.aspire.hosting.rustfs/addbucket.md) -- `method` -- Adds a bucket to the RustFs resource. The bucket is created by issuing a signed `PUT` request to the RustFs S3 API after the server resource becomes ready.
- [addBuckets](/reference/api/typescript/communitytoolkit.aspire.hosting.rustfs/addbuckets.md) -- `method` -- 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.
- [addRustFs](/reference/api/typescript/communitytoolkit.aspire.hosting.rustfs/addrustfs.md) -- `method` -- Adds a RustFs container to the application model. The default image is "rustfs/rustfs".
- [withDataBindMount](/reference/api/typescript/communitytoolkit.aspire.hosting.rustfs/withdatabindmount.md) -- `method` -- Adds a bind mount for the data folder to a RustFs container resource.
- [withDataVolume](/reference/api/typescript/communitytoolkit.aspire.hosting.rustfs/withdatavolume.md) -- `method` -- Adds a named volume for the data folder to a RustFs container resource.
- [withSigningRegion](/reference/api/typescript/communitytoolkit.aspire.hosting.rustfs/withsigningregion.md) -- `method` -- Sets the AWS signing region used when creating buckets via the S3 API. Defaults to `us-east-1` if not specified.
