I am trying to upload objects to an S3 bucket using codeless.
The trouble I am having is with Authentication which is slightly compex.
You need to create a signature using the hexadecimal value of the SHA256 hash of the request payload.
Hex(SHA256Hash(<payload>)
Here is the relevant AWS resource.
Is this technically feasible in Codeless or do I need code to compile such signatures?