S3 reference inconsistency #162
Labels
release-note/action-required
Denotes a PR that introduces potentially breaking changes that require user action.
size/M
type/bug
Affected version
nightly
Current and expected behavior
Currently we have the following CRD
As we only need to tell s3a the endpoint, credentials etc. but not he bucket we should use a S3ConnectionDef as follows:
Second inconsistency is in
spark-k8s-operator/rust/crd/src/constants.rs
Lines 20 to 21 in c47e149
All the operators (and the official concepts docs) use
accessKey
andsecretKey
in the credentials secret.We need to adopt the spark-k8s operator to adhere to the common convention so that S3Connections can be reused across multiple products.
Possible solution
accessKey
andsecretKey
rather thanaccessKeyId
andsecretAccessKey
Additional context
No response
Environment
No response
Would you like to work on fixing this bug?
No response
The text was updated successfully, but these errors were encountered: