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/spark-k8s-operator/crds/crds.yaml
+12-48Lines changed: 12 additions & 48 deletions
Original file line number
Diff line number
Diff line change
@@ -720,26 +720,14 @@ spec:
720
720
default:
721
721
name: us-east-1
722
722
description: |-
723
-
AWS service API region used by the AWS SDK when using AWS S3 buckets.
723
+
Bucket region used for signing headers (sigv4).
724
724
725
-
This defaults to `us-east-1` and can be ignored if not using AWS S3 buckets.
725
+
This defaults to `us-east-1` which is compatible with other implementations such as Minio.
726
726
727
-
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.
728
-
729
-
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.
730
-
oneOf:
731
-
- required:
732
-
- source
733
-
- required:
734
-
- name
727
+
WARNING: Some products use the Hadoop S3 implementation which falls back to us-east-2.
description: Defer region detection to an auto-discovery mechanism.
741
-
enum:
742
-
- AwsImds
730
+
default: us-east-1
743
731
type: string
744
732
type: object
745
733
tls:
@@ -882,26 +870,14 @@ spec:
882
870
default:
883
871
name: us-east-1
884
872
description: |-
885
-
AWS service API region used by the AWS SDK when using AWS S3 buckets.
873
+
Bucket region used for signing headers (sigv4).
886
874
887
-
This defaults to `us-east-1` and can be ignored if not using AWS S3 buckets.
875
+
This defaults to `us-east-1` which is compatible with other implementations such as Minio.
888
876
889
-
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.
890
-
891
-
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.
892
-
oneOf:
893
-
- required:
894
-
- source
895
-
- required:
896
-
- name
877
+
WARNING: Some products use the Hadoop S3 implementation which falls back to us-east-2.
description: Defer region detection to an auto-discovery mechanism.
903
-
enum:
904
-
- AwsImds
880
+
default: us-east-1
905
881
type: string
906
882
type: object
907
883
tls:
@@ -1227,26 +1203,14 @@ spec:
1227
1203
default:
1228
1204
name: us-east-1
1229
1205
description: |-
1230
-
AWS service API region used by the AWS SDK when using AWS S3 buckets.
1231
-
1232
-
This defaults to `us-east-1` and can be ignored if not using AWS S3 buckets.
1206
+
Bucket region used for signing headers (sigv4).
1233
1207
1234
-
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.
1208
+
This defaults to `us-east-1` which is compatible with other implementations such as Minio.
1235
1209
1236
-
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.
1237
-
oneOf:
1238
-
- required:
1239
-
- source
1240
-
- required:
1241
-
- name
1210
+
WARNING: Some products use the Hadoop S3 implementation which falls back to us-east-2.
0 commit comments