s3fs + s3 sync Mount avec s3fs /usr/bin/s3fs s3.mydomain.com /my_folder_to_mount/ -o allow_other unmount unmount /my_folder_to_mount s3 sync s3sync avec une cron task */3 * * * * aws s3 sync s3://api.mydomain.com/ /api/ --exclude="*" --include="*.jpg" --include="*.png" --include="*.html"