File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -186,18 +186,7 @@ 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
201
190
202
191
# #### AWS EC2 example
203
192
You can’t perform that action at this time.
0 commit comments