<div dir="ltr"><div>Hello,<br></div><div><br></div><div>I try to use s3curl to test swift3 but I miss something.</div><div><br></div><div>Here is the command which I use:</div><div>./<a href="http://s3curl.pl">s3curl.pl</a> - 'swift' -key '3d8b70ad194a4cf6857e59ec6cccc38d' -get - -s -v <a href="http://proxy:8080/v1/AUTH_3f842db875cc48b99d7ff246c27a2e6a">http://proxy:8080/v1/AUTH_3f842db875cc48b99d7ff246c27a2e6a</a></div><div><br></div><div>It shows:</div><div>Can't locate Digest/HMAC_SHA1.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at ./<a href="http://s3curl.pl">s3curl.pl</a> line 20.</div><div>BEGIN failed--compilation aborted at ./<a href="http://s3curl.pl">s3curl.pl</a> line 20.</div><div><br></div><div>I am not sure that I write the command correctly.</div><div><br></div><div><b>swift</b> - is the account</div><div><b>3d8b70ad194a4cf6857e59ec6cccc38d</b> - is the X-Subject-Token I have got in the header with this command:</div><div><br></div><div>curl -i \</div><div>  -H "Content-Type: application/json" \</div><div>  -d '</div><div>{ "auth": {</div><div>    "identity": {</div><div>      "methods": ["password"],</div><div>      "password": {</div><div>        "user": {</div><div>          "name": "swift",</div><div>          "domain": { "name": "default" },</div><div>          "password": "swift"</div><div>        }</div><div>      }</div><div>    },</div><div>    "scope": {</div><div>      "project": {</div><div>        "name": "service",</div><div>        "domain": { "name": "default" }</div><div>      }</div><div>    }</div><div>  }</div><div>}' \</div><div>  <a href="http://keystone:5000/v3/auth/tokens">http://keystone:5000/v3/auth/tokens</a> ; echo</div><div><br></div><div><b><a href="http://proxy:8080/v1/AUTH_3f842db875cc48b99d7ff246c27a2e6a">http://proxy:8080/v1/AUTH_3f842db875cc48b99d7ff246c27a2e6a</a></b> - is the public endpoint</div><div><br></div><div>Am I doing correctly?</div><div><br></div><div>Why doesn't it work?</div><div><br></div><div>Sincerely,</div><div>Alexandr</div></div>