I am trying to upload to a space with LUA from scratch. I have spent many hours trying to solve this problem, looking over DigitalOcean API docs and Amazon S3 documentation, along with many other resources. Help would be greatly appreciated.
Here’s the code I’m using: https://pastebin.com/raw/FPVCTJ7n
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
The error here doesn’t immediately stand out, but I’d like to point out there is a test suite for AWS V4 signatures: https://docs.aws.amazon.com/general/latest/gr/signature-v4-test-suite.html
Write a testcase runner for your Lua code to use those tests, and you’ll probably trace down the error in no time!