This gem utilizes COZYROC's Microsoft Graph Connection to automate the transfer of files from Microsoft Teams Team/Group to a specified Amazon S3 bucket. It ensures secure and efficient synchronization of documents, leveraging the Microsoft Graph API for robust data handling. The solution simplifies file management, promoting streamlined workflows and enhanced collaboration within your organization.
Setup Guide
This gem will receive files from Microsoft Teams and upload them to Amazon S3 without the hassle of any tedious copy-paste work.
To run this integration and connect Microsoft Teams to Amazon S3, configure the parameters mentioned below.
Microsoft Teams
Server Host
Required. Provide the relevant [Team/Group] identifier in the Server URL.Token File
Required. Select the Rest Token file from the drop-down list. Review the KB Article mentioned here on how to generate the token file.Source Folder
Required. Specify the path to the source folder, ending with a trailing slash.Filter
Optional. Specify to filter the list of files.
Amazon S3
Server Host
Reuiqred. Provide the relevant [bucket] and [region] in the Server URL.Access Key
Reuiqred. Specify the access key for Amazon S3 service.Secret Key
Reuiqred. Specify the secret key for Amazon S3 service.Destination Folder
Reuiqred. Specify the path to the destination folder, ending with a trailing slash.