2015年5月25日 星期一

How to fix Amazon S3-RequestTimeTooSkewed

安裝 ntp 
apt-get install ntp  or
yum install ntp

打開下列檔案
vim /etc/ntp.conf

最後面加入:
server 0.amazon.pool.ntp.org iburst
server 1.amazon.pool.ntp.org iburst
server 2.amazon.pool.ntp.org iburst
server 3.amazon.pool.ntp.org iburst



重啟 NTP
service ntpd restart or
/etc/init.d/ntp restart

取得GMT time
date -u

測試連到s3 server , 打下列兩行指令


telnet s3.amazonaws.com 80
GET / HTTP/1.0

【下列文章您可能也有興趣】

沒有留言: