Skip to content

Commit d2eee9d

Browse files
authored
Merge pull request #203246 from Clare-Zheng82/0629-Update_connector-amazon-simple-storage-service_doc
Update Amazon Simple Storage Service doc
2 parents e44e48c + b16d069 commit d2eee9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/connector-amazon-simple-storage-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse
11-
ms.date: 04/01/2022
11+
ms.date: 06/29/2022
1212
---
1313

1414
# Copy and transform data in Amazon Simple Storage Service using Azure Data Factory or Azure Synapse Analytics
@@ -88,7 +88,7 @@ The following properties are supported for an Amazon S3 linked service:
8888
| accessKeyId | ID of the secret access key. |Yes |
8989
| secretAccessKey | The secret access key itself. Mark this field as a **SecureString** to store it securely, or [reference a secret stored in Azure Key Vault](store-credentials-in-key-vault.md). |Yes |
9090
| sessionToken | Applicable when using [temporary security credentials](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp.html) authentication. Learn how to [request temporary security credentials](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#api_getsessiontoken) from AWS.<br>Note AWS temporary credential expires between 15 minutes to 36 hours based on settings. Make sure your credential is valid when activity executes, especially for operationalized workload - for example, you can refresh it periodically and store it in Azure Key Vault.<br>Mark this field as a **SecureString** to store it securely, or [reference a secret stored in Azure Key Vault](store-credentials-in-key-vault.md). |No |
91-
| serviceUrl | Specify the custom S3 endpoint `https://<service url>`. | No |
91+
| serviceUrl | Specify the custom S3 endpoint `https://<service url>`.<br>Change it only if you want to try a different service endpoint or want to switch between https and http.| No |
9292
| connectVia | The [integration runtime](concepts-integration-runtime.md) to be used to connect to the data store. You can use the Azure integration runtime or the self-hosted integration runtime (if your data store is in a private network). If this property isn't specified, the service uses the default Azure integration runtime. |No |
9393

9494

0 commit comments

Comments
 (0)