You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/contributor/pages/adr/ADR015_definition_of_s3_objects.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ We want to define a shared set of CRDs which can be used to specify these connec
24
24
* Must allow using multiple S3 endpoints in the same environment
25
25
* Must support buckets with generated names that are not known up front (like with Rook's https://rook.io/docs/rook/v1.8/ceph-object-bucket-claim.html[object bucket claim] pattern)
26
26
* Must allow specifying just an S3 backend without a bucket (for example Trino and Druid need this)
27
-
* Should be easy to use for the end-user and not require scripting or similar things to take care of repetitive
27
+
* Should be easy to use for the end-user and not require scripting or similar things to take care of repetitively specifying the same S3 endpoint for multiple buckets (or comparable issues)
28
28
* Should favor native K8s mechanisms like ownership and reconciliation notifications over custom logic
29
29
* Must not put extra effort on the user in order to be easier to implement
0 commit comments