In the Black Pearl Docs, it explains that it used the AWS V2 protocol for building Authorization Headers to make RESTful requests for Black Pearl. There doesn't seem to be any examples or docs to show how these are built, or the key values that are needed to build the header. For instance, here is Amazon AWS's:
Authorization: algorithm Credential=access key ID/credential scope, SignedHeaders=SignedHeaders, Signature=signature
What is the Black Pearl equivalent? What are the values to construction the Authorization Header?
Thanks