-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to configure S3 base url #2233
Comments
My vote is for this issue, would love to have this as we are looking into using Minio. |
Could you please provide information why S3 or DO Spaces is not suitable for you? |
@develar The reason S3 or DO Spaces is not suitable is because we are trying to keep our costs down, yes the cost of each of them is extremely low but when you don't have a budget (like on a side project) then just throwing up a docker image on an existing system is simple enough. Thanks for adding this though, I appreciate it! |
... and in this case you don't need to reinvent the wheel implementing own uploading service and HTTP public API. Thanks for explanation. I will add note about Minio to docs. |
@develar I am just trying to set up the localhost server to test auto updating with Electron and was curious where you navigate to in order to change the read only policy. I am new to Minio and don't really know much about it. |
@JPorter44 if you log in to the browser access URL given by MinIO and hover over the bucket name in the left sidebar, three dots will appear. You can click those and then click "Edit policy" |
In case you want to upload artifacts to S3-compatible (not S3) service (minio for example), you have to configure base url, but it is impossible for now.
The text was updated successfully, but these errors were encountered: