Azure Error in s3syncfolder
Note: This page applies to SFTP Gateway version 2.x. Visit Here for documentation on version 3.x.
Overview
This article goes over the Error in s3syncfolder
error message, and its possible causes and solutions.
Cause
The error message Error in s3syncfolder
has to do with the s3sync
script, which is a one-way sync operation using AzCopy
behind the scenes.
This does not apply to the uploads
folder -- it only applies to the download
and shared
folders.
This error tends to show up when the s3sync
operation is not able to find the source Blob container and path.
Possible Solutions
Try manually running the command s3sync
. This might show output that you wouldn't otherwise see, since it's usually run via cron.
Check and verify that the Blob container and path exist. It's possible that the Blob container failed to create (e.g. someone tried to create the container with uppercase letters).
Check for available disk space, using the following command:
sudo su
df -h
Make sure disk usage is not at 100%, since running out of disk space can cause unexpected issues.