object-storage
Here are 166 public repositories matching this topic...
Best I can tell, all executables produce 0 as a Linux exit code, regardless how wrongly they were invoked. That's a problem, e.g. when attempting to run the gateway as a systemd.service.
Specific use case: storj-gateway.service runs gateway_xxx_yyy --config-dir does-not-exist. Systemd happily reports that everything is fine -- which of course it is not, but it cannot tell unless the exit co
-
Updated
Jun 18, 2020 - JavaScript
As a first effect of #1287, we should react to the reporting of I/O errors with a notification that the service is down. This concerns the rawx, meta0, meta2, meta2 and sqlx service types.
- manage in sqliterepo (meta*, sqlx)
- manage in rawx
-
Updated
Nov 12, 2019 - Go
infinit user pull
Remotely deleted identity for user "bushbaby123".
not sure if it actually deleted the user, but this does not sound correct
v0.8.0
Docker Swarm Service
-
Updated
May 26, 2020 - Go
-
Updated
Jun 16, 2020 - Python
This is a feature request.
Access-Control-Allow-Origin, Access-Control-Allow-Methods, Access-Control-Allow-Headers and Access-Control-Allow-Credentials header is required to satisfy https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin.
-
Updated
Jun 20, 2020 - Go
-
Updated
Jun 5, 2020 - Go
-
Updated
Mar 19, 2019 - Go
-
Updated
May 14, 2020 - Go
-
Updated
Dec 13, 2019 - Java
-
Updated
Jul 30, 2018 - Go
-
Updated
Jun 11, 2020 - Shell
-
Updated
Dec 16, 2019 - Python
-
Updated
Apr 18, 2019 - JavaScript
-
Updated
Jun 19, 2020 - Haskell
-
Updated
Jan 16, 2020 - JavaScript
When we have more than one ExternalDNS, they appear in the same line which is confusing
We should print each address in its own line.
-
Updated
Dec 20, 2018 - Java
Configuration?
Could you please include some notes how to configure this extension?
The blind installation shows a "white screen of death" at the S3 tab.
Thanks!
-
Updated
Jun 18, 2020 - PHP
-
Updated
Jun 19, 2020 - Go
Improve this page
Add a description, image, and links to the object-storage topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the object-storage topic, visit your repo's landing page and select "manage topics."

Is your feature request related to a problem? Please describe.
Deployed Parse server using k8 and used /parse/health for the readinessProbe and livenessProbe probe. But when deploy new code and broke the database connection, /parse/health still returns 200 OK. So old container was killed and new broken one brought online
Describe the solution you'd like
Only return 200 ok after db is