Skip to content

new blog for parallel chunk uploads#2966

Open
eldadfux wants to merge 1 commit intomainfrom
feat-fatser-uploads
Open

new blog for parallel chunk uploads#2966
eldadfux wants to merge 1 commit intomainfrom
feat-fatser-uploads

Conversation

@eldadfux
Copy link
Copy Markdown
Member

@eldadfux eldadfux commented May 5, 2026

What does this PR do?

(Provide a description of what this PR does.)

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

@appwrite
Copy link
Copy Markdown

appwrite Bot commented May 5, 2026

Appwrite Website

Project ID: 69d7efb00023389e8d27

Sites (1)
Site Status Logs Preview QR
 website
69d7f2670014e24571ca
Building Building View Logs Preview URL QR Code

Tip

Schedule functions to run as often as every minute with cron expressions

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 5, 2026

Greptile Summary

This PR adds a blog post and changelog entry announcing parallel chunked uploads in Appwrite SDKs, along with corresponding documentation updates across the REST API reference, Storage service description, and CLI docs. The content is accurate and consistent across all changed files.

Confidence Score: 4/5

Safe to merge — only a minor formatting inconsistency in the auto-generated stars file.

All changes are content/documentation additions with no logic or security concerns. The single P2 finding is a style inconsistency in the auto-generated github-stars.json (indentation change and missing trailing newline).

src/lib/generated/github-stars.json — indentation and missing trailing newline.

Important Files Changed

Filename Overview
src/lib/generated/github-stars.json Star count updated to 55982; indentation changed from 4 to 2 spaces and trailing newline removed, both inconsistent with the original file.
src/routes/blog/post/faster-storage-uploads-parallel-chunks/+page.markdoc New blog post announcing parallel chunk uploads; content, frontmatter, author slug, code samples, and linked resources all look correct.
src/routes/changelog/(entries)/2026-05-05.markdoc New changelog entry dated today, correctly pointing to the blog post — looks good.
src/routes/docs/apis/rest/+page.markdoc Added accurate description of parallel chunk upload behavior and updated REST chunking guidance; prose is dense but technically correct.
src/routes/docs/references/[version]/[platform]/[service]/descriptions/storage.md Added a concise paragraph describing parallel chunk upload behavior — accurate and well-placed.
src/routes/docs/tooling/command-line/buckets/+page.markdoc Minor addition noting SDK parallel chunk behavior in the create-file CLI description — accurate and unobtrusive.

Reviews (1): Last reviewed commit: "new blog" | Re-trigger Greptile

Comment on lines 1 to +4
{
"stars": 55973,
"fetchedAt": "2026-05-04T21:03:24.879Z"
}
"stars": 55982,
"fetchedAt": "2026-05-05T10:41:28.857Z"
} No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 The indentation changed from 4 spaces to 2 spaces, and the file is now missing a trailing newline (\ No newline at end of file in the diff). Both differ from the original file's formatting and can cause noisy future diffs or tool warnings. This file is likely auto-generated — if so, the generator should be the one to maintain consistent formatting.

Suggested change
{
"stars": 55973,
"fetchedAt": "2026-05-04T21:03:24.879Z"
}
"stars": 55982,
"fetchedAt": "2026-05-05T10:41:28.857Z"
}
{
"stars": 55982,
"fetchedAt": "2026-05-05T10:41:28.857Z"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant