feat: S3 chunk uploading

This commit is contained in:
quexeky
2026-01-21 20:35:39 +11:00
parent 69bef2b785
commit 1db9e6264b
8 changed files with 110 additions and 168 deletions
+1 -1
View File
@@ -41,10 +41,10 @@
buildInputs = libraries;
shellHook = ''
echo "Drop-OSS app development environment loaded."
export LD_LIBRARY_PATH="${
pkgs.lib.makeLibraryPath libraries
}:$LD_LIBRARY_PATH"
echo "Downpour development environment loaded"
'';
};
}