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/druid-operator/crds/crds.yaml
+8-32Lines changed: 8 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -669,26 +669,14 @@ spec:
669
669
default:
670
670
name: us-east-1
671
671
description: |-
672
-
AWS service API region used by the AWS SDK when using AWS S3 buckets.
672
+
Bucket region used for signing headers (sigv4).
673
673
674
-
This defaults to `us-east-1` and can be ignored if not using AWS S3 buckets.
674
+
This defaults to `us-east-1` which is compatible with other implementations such as Minio.
675
675
676
-
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.
677
-
678
-
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.
679
-
oneOf:
680
-
- required:
681
-
- source
682
-
- required:
683
-
- name
676
+
WARNING: Some products use the Hadoop S3 implementation which falls back to us-east-2.
description: Defer region detection to an auto-discovery mechanism.
690
-
enum:
691
-
- AwsImds
679
+
default: us-east-1
692
680
type: string
693
681
type: object
694
682
tls:
@@ -825,26 +813,14 @@ spec:
825
813
default:
826
814
name: us-east-1
827
815
description: |-
828
-
AWS service API region used by the AWS SDK when using AWS S3 buckets.
829
-
830
-
This defaults to `us-east-1` and can be ignored if not using AWS S3 buckets.
816
+
Bucket region used for signing headers (sigv4).
831
817
832
-
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.
818
+
This defaults to `us-east-1` which is compatible with other implementations such as Minio.
833
819
834
-
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.
835
-
oneOf:
836
-
- required:
837
-
- source
838
-
- required:
839
-
- name
820
+
WARNING: Some products use the Hadoop S3 implementation which falls back to us-east-2.
0 commit comments