<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">Hi Shyam,</div><div class=""><br class=""></div><div class="">No problem. The output of the commands is attached.</div><div class=""><br class=""></div><div class="">And my test cluster is on Swift v2.15.1 with Swift3 v1.12</div><div class=""><br class=""></div><div class="">Also, here is the common process when I'm creating an S3 credential and using in s3curl. Hope it helps.</div><div class=""><br class=""></div><div class="">1. Create a user and a project, and assign a proper role.</div><div class=""><br class=""></div><div class="">openstack project create testproject</div><div class="">openstack user create testuser --password 123</div><div class="">openstack role add --project testproject --user testuser _member_</div><div class=""><br class=""></div><div class="">2. Check accessibility to swift</div><div class=""><br class=""></div><div class="">create a test-openrc file with above info</div><div class="">source test-openrc</div><div class="">swift list</div><div class=""><br class=""></div><div class="">3.Create a credential</div><div class=""><br class=""></div><div class="">openstack credential create --type ec2 --project testproject testuser  '{"access": "testaccess", "secret": "testsecret"}'</div><div class=""><br class=""></div><div class="">4. Use it in s3curl</div><div class=""><br class=""></div><div class="">add the endpoint url to `my @endpoints` in s3curl.pl</div><div class="">add the credential to .s3curl config file</div><div class=""><br class=""></div><div class="">do `s3curl.pl -i cred_name --debug -- <a href="http://endpoint" class="">http://endpoint</a> -X GET`</div><div class=""><br class=""></div><div><br class=""></div><div></div></body></html>