我正在使用S3部署我的应用程序以自动缩放EC2。 我的应用是laravel。我正在使用以下命令。
someArray
.map(f1)
.map(f2)
.map(f3)
...
但是即使我在S3中更新了文件,它也不会同步rev-manifest.json文件。
aws s3 sync s3://xxxxxx /var/www/staging.xxxxxx.com --delete --no-progress --exact-timestamps --include *.json --include rev-manifest.json --region us-east-2
我使用了--include和--exact-timestamps选项。但是它不同步。