Skip to content

Commit cedebf6

Browse files
committed
Addressed comment by Felix
1 parent 68782a0 commit cedebf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/contributor/pages/adr/ADR015_definition_of_s3_objects.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ We want to define a shared set of CRDs which can be used to specify these connec
2424
* Must allow using multiple S3 endpoints in the same environment
2525
* 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)
2626
* 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)
2828
* Should favor native K8s mechanisms like ownership and reconciliation notifications over custom logic
2929
* Must not put extra effort on the user in order to be easier to implement
3030

0 commit comments

Comments
 (0)