OScript API/Built-in Package Index |
The built-in functions in the Cloud Package allow cloud storage provider authentication operations to be performed for AWS and GCP.
The Cloud Package offers the following functionality:
Generate SHA-256 hash string.
Sign an AWS4 key for Amazon cloud access.
Compute the SHA-256 hash of an input string and return the output..
input string that is to be hashed.
should the return string to be converted to hex string.
SHA-256 hashed string.
Sign a version 4 key for Amazon Web Services, based on a secret key.
secret key.
dataTimeStamp string.
region name for the AWS authentication.
service name for the AWS authentication.
Raw canonicalRequest string for the AWS authentication.
A hex string that is the final signature used for AWS authentication.
Copyright © 2021 OpenText Corporation. All rights reserved. |