Skip to content

Decrease max file size for uploads to 5GB#134

Open
aln730 wants to merge 1 commit intodevelopfrom
aln730-dev
Open

Decrease max file size for uploads to 5GB#134
aln730 wants to merge 1 commit intodevelopfrom
aln730-dev

Conversation

@aln730
Copy link
Copy Markdown
Contributor

@aln730 aln730 commented Apr 30, 2026

What

Reduce maximum file size limit from 10GB to 5GB

Why

S3 has a limit of 5GB for a single upload. Gallery currently uploads stuff to pods first and then S3, this needs to be changed and that is not straightforward.

Test Plan

ran locally. i mean it's just a value change

Env Vars

nope

Documentation

nuh huh

Checklist

  • Tested all changes locally

Reduce maximum file size limit from 10MB to 5MB.
autoProcessQueue: false,
parallelUploads: 3,
maxFilesize: 10 * 1024,
maxFilesize: 5 * 1024,
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.

1024!!!!!!

Copy link
Copy Markdown
Contributor

@tallen42 tallen42 left a comment

Choose a reason for hiding this comment

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

lgtm

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.

2 participants