Skip to content

Commit e2dbd14

Browse files
committed
Add Amazon S3 TSG
1 parent 75aff69 commit e2dbd14

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

articles/data-factory/TOC.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,6 +1201,9 @@ items:
12011201
- name: Overview and general copy activity errors
12021202
href: connector-troubleshoot-guide.md
12031203
displayName: polybase, timeout, troubleshooting
1204+
- name: Amazon S3
1205+
href: connector-troubleshoot-amazon-simple-storage-service.md
1206+
displayName: troubleshooting
12041207
- name: Azure Blob Storage
12051208
href: connector-troubleshoot-azure-blob-storage.md
12061209
displayName: troubleshooting
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Troubleshoot the Amazon Simple Storage Service (S3) connector
3+
titleSuffix: Azure Data Factory & Azure Synapse
4+
description: Learn how to troubleshoot issues with the Amazon Simple Storage Service (S3) connector in Azure Data Factory and Azure Synapse Analytics.
5+
author: jianleishen
6+
ms.subservice: data-movement
7+
ms.topic: troubleshooting
8+
ms.date: 04/29/2025
9+
ms.author: jianleishen
10+
ms.custom: has-adal-ref, synapse
11+
---
12+
13+
# Troubleshoot the Amazon Simple Storage Service (S3) connector in Azure Data Factory and Azure Synapse
14+
15+
[!INCLUDE[appliesto-adf-asa-md](includes/appliesto-adf-asa-md.md)]
16+
17+
This article provides suggestions to troubleshoot common problems with the Amazon S3 connector in Azure Data Factory and Azure Synapse.
18+
19+
## Error code: S3OperationFailed
20+
21+
- **Message**:
22+
`S3 operation failed for: %s3Message;.`
23+
24+
- **Cause**: Error occurs in Amazon S3 API.
25+
26+
- **Resolution**: See inner S3 message in current error to check error details. Reference of Amazon S3 error responses: [Error responses - Amazon Simple Storage Service](https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html).
27+
28+
## Related content
29+
30+
For more troubleshooting help, try these resources:
31+
32+
- [Connector troubleshooting guide](connector-troubleshoot-guide.md)
33+
- [Data Factory blog](https://techcommunity.microsoft.com/t5/azure-data-factory-blog/bg-p/AzureDataFactoryBlog)
34+
- [Data Factory feature requests](/answers/topics/azure-data-factory.html)
35+
- [Azure videos](https://azure.microsoft.com/resources/videos/index/?sort=newest&services=data-factory)
36+
- [Microsoft Q&A page](/answers/topics/azure-data-factory.html)
37+
- [Stack Overflow forum for Data Factory](https://stackoverflow.com/questions/tagged/azure-data-factory)
38+
- [X information about Data Factory](https://x.com/hashtag/DataFactory)

0 commit comments

Comments
 (0)