我正在从命令行尝试s3cmd,当我使用s3cmd --configure
配置以下信息时,它会问我。我知道我正在Access Key
和Secret key
。但我认为问题出在Default Region: Mumbai
或S3 Endpoint: ap-south-1.amazonaws.com
或
DNS-style bucket+hostname:port template for accessing a bucket:
。我的S3水桶在印度孟买。
Access Key: ASOMETHINGJFDGERCEMUA
Secret Key: 5q2tbwdf43/sdfsdfsdf/AopqPd73QaiN4fr3e3fv8wE
Default Region: Mumbai
S3 Endpoint: ap-south-1.amazonaws.com
DNS-style bucket+hostname:port template for accessing a bucket: %(bucket)s.s3.ap-south-1.amazonaws.com
Encryption password:
Path to GPG program: None
Use HTTPS protocol: True
HTTP Proxy server name:
HTTP Proxy server port: 0
错误:
错误:测试失败:[Errno 8]提供nodename或servname,或者不知道
答案 0 :(得分:0)
对于Asia Pacific (Mumbai)
,请使用以下值。
Region: ap-south-1
S3 Endpoint: s3.ap-south-1.amazonaws.com
请参阅here以获取S3端点的完整列表。
注意:检查您的s3cmd
版本是否支持签名版本4.
首选通过S3cmd Aws CLI。