gaia
gaia copied to clipboard
A decentralized high-performance storage system
Implemented Alibaba cloud object storage service driver. Adhering to this issue https://github.com/blockstack/gaia/issues/87
**Describe the bug** After set revocation by calling revoke-all, can't sign in anymore **To Reproduce** Steps to reproduce the behavior: 1. Post a request to revoke-all 2. Sign out and...
MD5 is in use in hub/src/server/drivers/diskDriver.ts . MD5 has "collisions" - two separate strings can resolve to the same hash. A good breakdown is https://www.mscs.dal.ca/~selinger/md5collision/ . Node.js also recommends avoiding...
Are the files in /gaia/hub/__mocks__ still meant to be there?
Currently the Gaia Access Control for files is defined as such: "Access control in a gaia storage hub is performed on a per-address basis. Writes to URLs /store// are only...
Create a Express Typescript server, that instantiates a Gaia HUB instance fully automated. For this check the following notion to learn what steps are currently done manually and automate them:...
The dashboard will be used, to create a visually guided experience for new users to host their own gaia hub. The first version of the GAIA Dashboard be available by...
I'm working on some improve Gaia related SDKs for micro-stacks, and the list files endpoint currently is very basic -- every time you call it you need to manually re-fetch...
**Describe the bug** Using an nginx proxy, it's nearly impossible to correlate an nginx 500 error to an error on a hub outside of using a timestamp. Adding a `path`...
**Describe the bug** File that was Stored now returns a 404. No explanation, no Update or Delete calls were ever made after the initial write. The file size is 12.5...