Expand description
§S3 Storage Backend
Storage backend backed by a S3 compatible storage solution (AWS S3, MinIO, …etc)
§Environment Variables
DOCBOX_S3_ENDPOINT- URL to use when using a custom S3 endpointDOCBOX_S3_EXTERNAL_ENDPOINT- Alternative “external” user facing endpoint, useful when running the server in docker with a different endpointDOCBOX_S3_ACCESS_KEY_ID- Access key ID when using a custom S3 endpointDOCBOX_S3_ACCESS_KEY_SECRET- Access key secret when using a custom S3 endpoint
Structs§
- AwsFile
Stream - File stream based on the AWS ByteStream type
- S3Storage
Layer - Storage layer backend by a S3 compatible service
- S3Storage
Layer Factory - Storage layer factory backend by a S3 compatible service
- S3Storage
Layer Factory Config - Configuration for the S3 storage layer
Enums§
- S3Endpoint
- Endpoint to use for S3 operations
- S3Storage
Error - User facing storage errors
- S3Storage
Layer Factory Config Error - Errors that could occur when loading the S3 storage layer configuration