pkgx
pkgx copied to clipboard
S3 Fallback and Backup
Code useCache.ts, useOffLicense.ts, and prefab/install.ts to use IPFS with an S3 backup
- change useOffLicense type Type = 's3' | 'ipfs', and add appropriate logic to the two functions
- add a useRepository hook and change useCache.ts/install.ts to use its .download() function
- use S3 as a fallback if .ipfs file is not found or if the path errors/404s
@jhheider please assist @kunalgoyal9 with this if he needs it
Setup AWS parts first per Max.
@Xercesblu3 AWS part is done.. https://github.com/teaxyz/cli/pull/94 This PR will close this issue
What's the status of this? I know a portion was done just want to be sure.
Its done... now need to make IPFS infra more robust
Safe to close then? I assume making IPFS more robust can go on a separate ticket?