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: deploy/helm/commons-operator/crds/crds.yaml
+8-32Lines changed: 8 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -370,26 +370,14 @@ spec:
370
370
default:
371
371
name: us-east-1
372
372
description: |-
373
-
AWS service API region used by the AWS SDK when using AWS S3 buckets.
373
+
Bucket region used for signing headers (sigv4).
374
374
375
-
This defaults to `us-east-1` and can be ignored if not using AWS S3 buckets.
375
+
This defaults to `us-east-1` which is compatible with other implementations such as Minio.
376
376
377
-
NOTE: This is not the bucket region, and is used by the AWS SDK to construct endpoints for various AWS service APIs. It is only useful when using AWS S3 buckets.
378
-
379
-
When using AWS S3 buckets, you can configure optimal AWS service API connections in the following ways: - From **inside** AWS: Use an auto-discovery source (eg: AWS IMDS). - From **outside** AWS, or when IMDS is disabled, explicity set the region name nearest to where the client application is running from.
380
-
oneOf:
381
-
- required:
382
-
- source
383
-
- required:
384
-
- name
377
+
WARNING: Some products use the Hadoop S3 implementation which falls back to us-east-2.
description: Defer region detection to an auto-discovery mechanism.
391
-
enum:
392
-
- AwsImds
380
+
default: us-east-1
393
381
type: string
394
382
type: object
395
383
tls:
@@ -537,26 +525,14 @@ spec:
537
525
default:
538
526
name: us-east-1
539
527
description: |-
540
-
AWS service API region used by the AWS SDK when using AWS S3 buckets.
541
-
542
-
This defaults to `us-east-1` and can be ignored if not using AWS S3 buckets.
528
+
Bucket region used for signing headers (sigv4).
543
529
544
-
NOTE: This is not the bucket region, and is used by the AWS SDK to construct endpoints for various AWS service APIs. It is only useful when using AWS S3 buckets.
530
+
This defaults to `us-east-1` which is compatible with other implementations such as Minio.
545
531
546
-
When using AWS S3 buckets, you can configure optimal AWS service API connections in the following ways: - From **inside** AWS: Use an auto-discovery source (eg: AWS IMDS). - From **outside** AWS, or when IMDS is disabled, explicity set the region name nearest to where the client application is running from.
547
-
oneOf:
548
-
- required:
549
-
- source
550
-
- required:
551
-
- name
532
+
WARNING: Some products use the Hadoop S3 implementation which falls back to us-east-2.
0 commit comments