AliasSubS3Storage
This page provides generated reference documentation for the AliasSubS3Storage data model.
Datamodel for the integration of s3 storage services.
A. Mayr, 25.01.2022
Overview
| Property | Summary |
|---|---|
| serviceUrl | The URL of the external s3 storage service. |
| bucket | The bucket to use for the files. |
| user | The user used by the server to access the service |
| password | The password for the user to access the service |
serviceUrl
Type: String
The URL of the external s3 storage service.
Example: "https://localhost:9000/"
bucket
Type: String
The bucket to use for the files.
user
Type: String
The user used by the server to access the service
password
Type: String
The password for the user to access the service