S3
Installation
dotnet add package Dosaic.Plugins.Persistence.S3
<PackageReference Include="Dosaic.Plugins.Persistence.S3" Version=""/>Appsettings.yml
s3:
endpoint: ""
bucketPrefix: "" # optional, used to prefix all bucket names
accessKey: ""
secretKey: ""
region: ""
useSsl: true
healthCheckPath: ""Registration and Configuration
File Storage with pre-defined buckets
Automatic Bucket Migration Service
File Storage without enum based buckets
Basic setup without a dosaic web host (optional)
Custom mimetype definitions
Filetype Definitions
ContentInspector Definitions
Working with Files
Blob file creation
Mimetype detection
Validation
Usage with permission checks or acl's
Example usage in a controller
Last updated