how can we read the data of pdf file from Stage File Reference
Summary
we have Base64Encode value of pdf file and we have to store those pdf file into AWS s3 bucket.Content
Hi,
we have Base64Encode value of pdf file and we have to store those pdf file into AWS s3 bucket.
For invoking S3 API we are passing authorization value as header and custome headers at run-time. using custome js library.
In this case, we need to calculate signature with payload (pdf file).
how can we read the pdf file data in OIC please help on this.
below is the link of AWS signature version4 security .
https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
Tagged:
0