Skip to content

Commit 3d49525

Browse files
committed
fixup! [RFC-0010] Add multi-tenant workload identity support for AWS Bucket
Signed-off-by: cappyzawa <[email protected]>
1 parent 3300705 commit 3d49525

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

docs/spec/v1/buckets.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -186,18 +186,7 @@ data:
186186

187187
#### AWS
188188

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
201190

202191
##### AWS EC2 example
203192

0 commit comments

Comments
 (0)