Skip to content
DocsTry Aspire
DocsTry

RustFsBucketResource Properties

ClassProperties3 members
A resource that represents an S3 bucket created on a RustFs container resource.
Gets the S3 bucket name as it exists on the RustFs server.
public string BucketName { get; }
This is the actual name used on the wire; it may differ from Resource.Name, which is the Aspire resource identifier.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string expression for the bucket.
public ReferenceExpression ConnectionStringExpression { get; }
Format: Endpoint=http://host:port;AccessKey=key;SecretKey=secret;Bucket=bucket.
Gets the parent RustFsResource that hosts this bucket.
public RustFsResource Parent { get; }