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; }Remarks
This is the actual name used on the wire; it may differ from
Resource.Name, which is the Aspire resource identifier. Gets the connection string expression for the bucket.
public ReferenceExpression ConnectionStringExpression { get; }Remarks
Format:
Endpoint=http://host:port;AccessKey=key;SecretKey=secret;Bucket=bucket. Gets the parent
RustFsResource that hosts this bucket. public RustFsResource Parent { get; }