Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are there any guides available for using the S3 Protocol when self-hosting?
Originally posted in #495 (comment)
When I follow the steps written in the referenced issue, I get the
SignatureDoesNotMatch
error:Standard and Resumable uploads work.
At one point I was getting the following error:
But that seems to have been my mistake with restarting the containers properly, because I'm not seeing this anymore. Now I get the
SignatureDoesNotMatch
error.Any pointers on what I could be doing wrong?
Is there anything more I can share that could help?
Storage config
These are the environment variables for the storage container:
Kong config
My kong config for the storage-v1 path is as follows:
Notice the
/storage/v1
in"Forwarded: host=$(headers.host)/storage/v1;proto=http"
.Python Boto3
Example of how I'm doing the upload from a client application with Python and boto3. Couldn't find anything about using Python in the docs, so lots of guessing and trying.
Beta Was this translation helpful? Give feedback.
All reactions