What gets synced
Amplify syncs a fax document to Amazon S3 when the document is added to your Amplify folder structure. The upload isn’t triggered by the fax being sent or received on its own — it’s triggered when the document lands in a folder. Where the file is stored in S3 mirrors the folder it was added to, so your bucket stays aligned with how your faxes are organized in Amplify. For each document synced, Amplify uploads:- A PDF file containing the fax document
- A JSON file containing the fax metadata
<faxid>.pdf
<faxid>.json
Inbound faxes
The metadata can include:- Fax ID
- Caller ID
- Sender ID
- Page count
- Timestamps
- Fax status
Outbound faxes
The metadata can include:- Fax ID
- Delivery status
- Page count
- Timestamps
- Retry information
- Error details, when applicable
Set up Amazon S3
To connect your Amazon S3 bucket:- Go to Settings.
- Select Integrations & Plugins.
- Under File Storage, select Amazon S3.
- Enter the following S3 configuration details:
- Bucket Region — Select the AWS region where your S3 bucket is hosted.
- Bucket Name — Enter your S3 bucket name.
- Access Key — Enter your AWS access key.
- Secret Access Key — Enter your AWS secret access key.
- Folder Prefix — Optionally enter a folder path where you want your fax files to be stored.
- Under Failure Notification, enter one or more email addresses that should receive notifications if a file cannot be uploaded.
- Save the configuration to connect your Amazon S3 bucket.
Sync your fax documents
After your Amazon S3 bucket is successfully connected, Amplify automatically synchronizes fax documents when they are added to your Amplify folder structure. Your fax PDFs and their corresponding JSON metadata files are uploaded to the S3 path that matches the folder where the document is stored in Amplify. If you organize your fax documents into folders in Amplify, changes to the folder structure are also synchronized with your S3 bucket. This includes:- Creating a folder
- Creating a child folder
- Moving a fax document between folders
- Renaming a folder
- Deleting a folder
Sync an existing folder structure
When you connect an Amazon S3 bucket, Amplify creates the corresponding folder structure in the bucket and synchronizes your fax documents and folders. You can also open a synced fax document directly from your Amazon S3 bucket after synchronization. If synchronization is already in progress, attempting to start the sync again will notify you that the synchronization is currently underway.Failure notifications
If Amplify cannot upload a fax document or its metadata to your Amazon S3 bucket, the system automatically retries the upload for up to 7 days. If the upload continues to fail:- Amplify sends a failure notification to the email address or addresses configured for the integration.
- Amplify Support is also notified.
- Only one failure notification is sent for the issue while the system continues retrying, so you do not receive duplicate notifications for the same failure.
Disconnect Amazon S3
You can disconnect your Amazon S3 integration from Settings > Integrations & Plugins. If your Amplify account is currently syncing with the connected S3 bucket, Amplify will notify you before the integration is removed. Once the integration is disconnected, new fax documents and metadata will no longer be synchronized to the S3 bucket.FAQs
When is a fax document synced to Amazon S3?
When is a fax document synced to Amazon S3?
A fax document is synced when it is added to a folder in your Amplify folder structure. Sending or receiving a fax by itself does not trigger the upload.
Where are fax documents stored in my S3 bucket?
Where are fax documents stored in my S3 bucket?
Documents are stored in the S3 path that corresponds to their folder in Amplify. Each fax is stored using its fax ID as
<faxid>.pdf and <faxid>.json.What happens if an S3 upload fails?
What happens if an S3 upload fails?
Amplify automatically retries the upload for up to 7 days. If the upload continues to fail, a failure notification is sent to the configured email addresses and Amplify Support is notified.
Are folder changes synchronized with Amazon S3?
Are folder changes synchronized with Amazon S3?
Yes. Changes such as creating, renaming, moving, or deleting folders are synchronized so your S3 folder structure stays aligned with your Amplify folders.