File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -186,18 +186,13 @@ data:
186
186
187
187
# ### AWS
188
188
189
- When a Bucket's `.spec.provider` field is set to `aws`, the source-controller
190
- will attempt to communicate with the specified [Endpoint](#endpoint) using the
191
- [Minio Client SDK](https://github.com/minio/minio-go).
192
-
193
- Without a [Secret reference](#secret-reference), authorization using
194
- credentials retrieved from the AWS EC2 service is attempted by default. When
195
- a reference is specified, it expects a Secret with `.data.accesskey` and
196
- ` .data.secretkey` values, used to authenticate with static credentials.
197
-
198
- The Provider allows for specifying the
199
- [Amazon AWS Region](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions)
200
- using the [`.spec.region` field](#region).
189
+ For detailed setup instructions, see : https://fluxcd.io/flux/integrations/aws/#for-amazon-simple-storage-service
190
+
191
+ When using a [Secret reference](#secret-reference), it expects a Secret with
192
+ ` .data.accesskey` and `.data.secretkey` values. Without a Secret reference,
193
+ authorization using credentials retrieved from the AWS EC2 service is attempted
194
+ by default. For Workload Identity authentication, use the
195
+ [`.spec.serviceAccountName` field](#service-account-reference).
201
196
202
197
# #### AWS EC2 example
203
198
You can’t perform that action at this time.
0 commit comments