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
docs: Add example about overriding the S3 region (#717)
* docs: Add example about overriding the S3 region
* Apply suggestions from code review
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
---------
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
Copy file name to clipboardExpand all lines: modules/concepts/pages/s3.adoc
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -266,6 +266,21 @@ tls:
266
266
secretClass: s3-certificate-class
267
267
----
268
268
269
+
== Region override
270
+
271
+
The `S3Connection` bucket region defaults to `us-east-1`.
272
+
If your bucket is in a different region, please set it accordingly.
273
+
274
+
NOTE: This is mostly useful for AWS S3 buckets, though other implementation might define their own regions.
275
+
276
+
[source,yaml]
277
+
----
278
+
...
279
+
host: s3.amazonaws.com
280
+
region:
281
+
name: eu-central-1
282
+
----
283
+
269
284
== What's next
270
285
271
286
Read the {crd-docs}/s3.stackable.tech/s3bucket/v1alpha1/[S3Bucket CRD reference] and the {crd-docs}/s3.stackable.tech/s3connection/v1alpha1/[S3Connection CRD reference].
0 commit comments