Get started (free)

SDP 26.7 is planned as the next major release. Its contents and planned date may change before publication. Planned release date: July 2026.

Custom resource

S3Connection

A reusable definition of a connection to an S3 endpoint.

View SDP 26.7 release Download CRD (YAML)
API group
s3.stackable.tech
API versions in 26.7
v1alpha1
Scope
Namespaced
Operator
Stackable Commons
Roles
none

Schema

S3Connection.s3.stackable.tech .spec fields for SDP 26.7.

Schema
  • host # string *
    Host of the S3 server without any protocol or port. For example: west1.my-cloud.com.
  • accessStyle # string · enum = "VirtualHosted"
    Which access style to use. Defaults to virtual hosted-style as most of the data products out there. Have a look at the AWS documentation.
    allowed: PathVirtualHosted
  • port # integer
    Port the S3 server listens on. If not specified the product will determine the port to use.