feat: sync multipart upload and backup improvements from internal#192
Merged
POPPIN-FUMI merged 3 commits intomainfrom Mar 18, 2026
Merged
feat: sync multipart upload and backup improvements from internal#192POPPIN-FUMI merged 3 commits intomainfrom
POPPIN-FUMI merged 3 commits intomainfrom
Conversation
- Add multipart upload support for files >5GB (100MB chunks, 4 concurrent) - Update backup --upload to use multipart for large files - Improve storage error messages (remove Discord links, show CLI commands) Synced from elsoul/slv-internal PR #46
Contributor
Author
|
⚔️ カイエンレビュー必須。 Security scan passed — no internal endpoints, secrets, or Japanese text in code. Ready for review. |
added 2 commits
March 18, 2026 19:19
…splay Requests in usage
…lude backup archives - excludes.ts: add backup-*.tar.zst and backup-*.tar.gz to default excludes - backupAction.ts: add notifyWebhook() for Discord webhook notifications on backup success/failure/upload - cron.ts: add interactive prompt for Discord webhook URL during --cron setup Synced from elsoul/slv-internal main (PR #48)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sync multipart upload and backup improvements from
elsoul/slv-internalPR #46.Changes
--uploadnow uses multipart for large files automaticallyslv storage usage,slv storage rm,slv storage upgrade,slv storage product)Files changed
cli/src/storage/upload/uploadAction.tscli/src/storage/api.tscli/src/backup/backupAction.tsSource
Synced from
elsoul/slv-internalPR #46⚔️ Security scan passed — no internal endpoints, secrets, or Japanese text detected.