From eb2b464dd1214ef7cccc59e38a63f4d392f068e2 Mon Sep 17 00:00:00 2001 From: Alexandre Girard Date: Wed, 10 Jul 2024 13:25:02 -0700 Subject: [PATCH] clarify the feature is not available on oss --- docs/integrations/sources/s3.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/integrations/sources/s3.md b/docs/integrations/sources/s3.md index bdb9ce5cf94c..187c871f3410 100644 --- a/docs/integrations/sources/s3.md +++ b/docs/integrations/sources/s3.md @@ -62,10 +62,15 @@ Your `Secret Access Key` will only be visible once upon creation. Be sure to cop For more information on managing your access keys, please refer to the [official AWS documentation](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html). - #### Option 2: Using an IAM Role (Most secure) + +:::note +S3 authentication using an IAM role member is not supported using the OSS platform. + + + :::note S3 authentication using an IAM role member must be enabled by a member of the Airbyte team. If you'd like to use this feature, please [contact the Sales team](https://airbyte.com/company/talk-to-sales) for more information.