SDP 25.7 is not the latest You're viewing SDP 25.7, not the current release (SDP 26.3).
View S3Connection in SDP 26.3 View SDP 26.3 →Custom resource
S3Connection
Auto-generated derived type for ConnectionSpec via `CustomResource`
- API group
- s3.stackable.tech
- API versions in 25.7
- v1alpha1
- Scope
- Namespaced
- Operator
- Stackable Commons
- Roles
- none
Schema
S3Connection.s3.stackable.tech .spec fields for SDP 25.7.
Schema
- Host of the S3 server without any protocol or port. For example:
west1.my-cloud.com. - 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
- If the S3 uses authentication you have to specify you S3 credentials. In the most cases a SecretClass providing
accessKeyandsecretKeyis sufficient. - Port the S3 server listens on. If not specified the product will determine the port to use.
- Bucket region used for signing headers (sigv4). This defaults to
us-east-1which is compatible with other implementations such as Minio. WARNING: Some products use the Hadoop S3 implementation which falls back to us-east-2. - Use a TLS connection. If not specified no TLS will be used.