Skip to main content

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

PropertySummary
serviceUrlThe URL of the external s3 storage service.
bucketThe bucket to use for the files.
userThe user used by the server to access the service
passwordThe 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