You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing issues since now 2 weeks, making progress piece after piece. I do not know If that is an issue or if I am the issue so sorry if I am disturbing and thanks for your great job!
I want to do direct upload to S3. I think my bucket is in a new region (eu-west-2) that only supports aws4 signing. So I followed step by step the aws documentation and rewrite the S3Direct model to change the StringToSign and the SigningKey to generate the signature and the policy.
The aws seems to work now, the preflight and the POST request
I still have my file name and it's type but nothing in my payload in terms of data:
neither in my template which is a copy past of the one in the Readme (appart from a pair of
).
I had checked the plupload documentation but I didn't find anything relevant... If you can help me, I am stuck for so long on that ^^. One more time sorry for the disruption if the mistake comes from me!
Thanks
The text was updated successfully, but these errors were encountered:
I am facing issues since now 2 weeks, making progress piece after piece. I do not know If that is an issue or if I am the issue so sorry if I am disturbing and thanks for your great job!
I want to do direct upload to S3. I think my bucket is in a new region (eu-west-2) that only supports aws4 signing. So I followed step by step the aws documentation and rewrite the S3Direct model to change the StringToSign and the SigningKey to generate the signature and the policy.
The aws seems to work now, the preflight and the POST request
I still have my file name and it's type but nothing in my payload in terms of data:
I do nothing neither in my controller:
neither in my template which is a copy past of the one in the Readme (appart from a pair of
).I had checked the plupload documentation but I didn't find anything relevant... If you can help me, I am stuck for so long on that ^^. One more time sorry for the disruption if the mistake comes from me!
Thanks
The text was updated successfully, but these errors were encountered: