Skip to content
DocsTry Aspire
DocsTry

PostaS3BlobStorageOptions Properties

ClassProperties7 members
Parameter-based configuration options for Posta S3-compatible attachment storage.
AccessKeySection titled AccessKeynullableIResourceBuilder<ParameterResource>
Gets or sets the S3 access key.
public IResourceBuilder<ParameterResource>? AccessKey { get; set; }
BucketSection titled BucketnullableIResourceBuilder<ParameterResource>
Gets or sets the S3 bucket name.
public IResourceBuilder<ParameterResource>? Bucket { get; set; }
EndpointSection titled EndpointnullableIResourceBuilder<ParameterResource>
Gets or sets the S3-compatible endpoint.
public IResourceBuilder<ParameterResource>? Endpoint { get; set; }
PathStyleSection titled PathStylenullableIResourceBuilder<ParameterResource>
Gets or sets whether S3 path-style addressing is used.
public IResourceBuilder<ParameterResource>? PathStyle { get; set; }
RegionSection titled RegionnullableIResourceBuilder<ParameterResource>
Gets or sets the S3 region.
public IResourceBuilder<ParameterResource>? Region { get; set; }
SecretKeySection titled SecretKeynullableIResourceBuilder<ParameterResource>
Gets or sets the S3 secret key.
public IResourceBuilder<ParameterResource>? SecretKey { get; set; }
UseSslSection titled UseSslnullableIResourceBuilder<ParameterResource>
Gets or sets whether S3 storage uses TLS.
public IResourceBuilder<ParameterResource>? UseSsl { get; set; }