Awazon控制台AWS Sync不同步JSON文件

时间:2018-07-07 01:58:34

标签: amazon-web-services amazon-s3 amazon-ec2 aws-console

我正在使用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选项。但是它不同步。

0 个答案:

没有答案