Amazon S3
How to Use DBSync's Amazon Simple Storage Service (S3) Connector
Overview
The DBSync Amazon Simple Storage Service (S3) connector allows for seamless data transfer between local file systems and Amazon S3 cloud storage. It supports operations such as uploading and downloading files and directories, enhancing your data management capabilities.
Connector Configuration
Drag and Drop the S3 Connector
In the app configuration screen, drag and drop the 'Amazon S3' connector from the available connectors list.
Configure the S3 Connector
Click on the S3 connector to configure it. Fill in the required fields:
Authorization Type Select the authorization type as
AccessKey
.AWS Key Enter your AWS access key here. This key identifies your AWS account.
AWS Secret Provide your AWS secret key here. This secret is associated with your AWS access key and should be kept confidential.
AWS Region Specify the AWS Region where your Amazon S3 bucket resides. For example,
us-east-1
.AWS SSE Key (Optional) If you are using Server-Side Encryption (SSE), enter your AWS SSE Key here. This field is optional.
Restrict to Bucket (Optional) You can restrict the connector to a specific Amazon S3 bucket by entering the bucket name. Leave it blank if no restriction is required.
Restrict to Path (Optional) Optionally, enter a specific path within your bucket to further restrict access. Leave this blank to allow access to all paths in the bucket.
Testing & Saving ConnectionClick on Test Connection to validate the credentials and configuration.
If the connection is successful, click on Save Connection to save your settings.
Use Case
Automated Invoice Archival to Amazon S3
Problem: A business generates hundreds of invoice PDFs daily and stores them in a local folder. Over time, managing and backing up these files becomes difficult.
Solution using DBSync:
Set up a File System connector to watch the invoice directory.
Use the Amazon S3 connector to upload all files in that folder to a specified bucket daily.
Schedule the process to run at the end of each day.
Outcome:
Automated daily backups of critical files
Improved data availability and disaster recovery
Reduced manual effort in managing invoice archives
Uses of Amazon S3 Connector
Scheduled Auto Backups: Automate backups and archives from file systems or databases to Amazon S3, reducing manual intervention.
Improved File Sharing: Enhance file sharing capabilities between databases and Amazon S3.
Related Content
Error Handling in Integrations: Learn how to troubleshoot and resolve common integration errors.
Monitoring and Alerts Setup: Set up alerts to monitor your workflows proactively.
Scheduler: By establishing a schedule, you can automate your workflows to run without manual intervention, allowing you to manage recurring tasks more efficiently.
Last updated