- Newest
- Most votes
- Most comments
Based on the available information, there are some limitations with the Amazon AppFlow SharePoint connector that may explain your issue.
The Amazon AppFlow connector for Microsoft SharePoint Online is designed specifically to transfer documents and metadata from SharePoint document libraries to Amazon S3. The documentation doesn't explicitly mention support or lack of support for specific SharePoint site templates like STS#3 (Team Sites without M365 Groups).
There is no documented list of supported SharePoint site templates in the provided information. The connector requires specific permissions for the Microsoft Graph API, including Sites.Read.All, offline_access, and User.Read, which you have correctly configured.
As for workarounds, you might consider:
-
Using scheduled flows instead of on-demand flows if possible. Scheduled flows perform incremental data transfers after the initial full transfer, which might help with performance.
-
If you're using your own app registration (rather than AWS-managed), ensure you've granted all the necessary permissions in the Microsoft Azure portal.
-
Verify that the sites in question have document libraries that can be accessed by the user credentials you're using with AppFlow.
It's worth noting that the AppFlow SharePoint connector has several limitations - it only supports document libraries (not SharePoint Lists), doesn't support partitioning options that are available for other sources, and always transfers entire document libraries when run on-demand. These limitations suggest that site template support might also be restricted, though this isn't explicitly confirmed in the available information.
Sources
Unable to Access SharePoint Lists via AWS AppFlow Connector | AWS re:Post
No partitioning option possible when connecting AppFlow to Sharepoint? | AWS re:Post
Microsoft SharePoint Online connector for Amazon AppFlow - Amazon AppFlow
Appflow using Microsoft sharepoint always downloads all files for every App flow run and other questions | AWS re:Post
Relevant content
- asked 2 years ago
- asked 8 months ago
- asked a year ago
