Hello, I need some help with the s3_direct_upload_aws4 project below. I am trying to use it
in a system where an Elm frontend does client-side uploads to S3 with help of
a Phoenix back end. I have the code working except for the fact that s3_direct_upload
fails because it does not use Amazon’s current signing method, AWS Signature Version 4.
For the signing process, I am using CargoSenses’ code. However, it is not passing the one test that I have
written using the example discussed in the README. If someone could help out, that would be great. The result will be a version of s3_direct_upload that others can use with AWS Signature Version 4.
Many thanks in advance, and I look forward to discussing this. Here is the code. It is very short.
I think it must be the @signature, since you are producing the same signature as I did using both my home-brew code and that from CargoSense. But your library seems to do everything I need, so I will try using it in my app.
Hello @jxxcarlson would you be willing to share an overview of the process you used to achieve that, because I am currently trying to achive exactly that so if you have any directions that would be really helpfull because the documentation is a bit ambigous at least to me.