Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Mozilla-Data-Collective
/
datacollective-python
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
26
Code
Issues
4
Pull requests
4
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Remove upload limit
- #105
#105
Closed
ftyers
wants to merge 22 commits into
main
Mozilla-Data-Collective/datacollective-python:main
from
remove-upload-limit
Mozilla-Data-Collective/datacollective-python:remove-upload-limit
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Closed
Remove upload limit
#105
ftyers
wants to merge 22 commits into
main
Mozilla-Data-Collective/datacollective-python:main
from
remove-upload-limit
Mozilla-Data-Collective/datacollective-python:remove-upload-limit
Copy head branch name to clipboard
Commits
Commits on May 28, 2026
Remove upload limit
Show description for 4547b29
ftyers
authored
4547b29
View commit details
Copy full SHA for 4547b29
Browse repository at this point
Remove maximum limit for `_UploadInitiatePayload` and `UploadState`
Show description for b66dbc1
moz-kathyreid
and
Copilot
authored
b66dbc1
View commit details
Copy full SHA for b66dbc1
Browse repository at this point
Change 80GB upload limit from error to warning
Show description for 9bdfaea
KathyReid
and
claude
committed
9bdfaea
View commit details
Copy full SHA for 9bdfaea
Browse repository at this point
Remove Pydantic file size cap and fix warning message
Show description for df44cef
KathyReid
and
claude
committed
df44cef
View commit details
Copy full SHA for df44cef
Browse repository at this point
Commits on May 29, 2026
Retry on 5xx server errors during part upload
Show description for d2f1efb
KathyReid
and
claude
committed
d2f1efb
View commit details
Copy full SHA for d2f1efb
Browse repository at this point
Add configurable part size and concurrency via env vars
Show description for 5bd65cb
KathyReid
and
claude
committed
5bd65cb
View commit details
Copy full SHA for 5bd65cb
Browse repository at this point
Add MDC_PART_SIZE and MDC_MAX_CONCURRENT_PARTS to .env.example
Show description for ec88f98
KathyReid
and
claude
committed
ec88f98
View commit details
Copy full SHA for ec88f98
Browse repository at this point
Expand 'Disabling Resume' docs with filename pattern and find command
Show description for e8db73e
KathyReid
and
claude
committed
e8db73e
View commit details
Copy full SHA for e8db73e
Browse repository at this point
Use conservative defaults in .env.example for part size and concurrency
Show description for adc4da6
KathyReid
and
claude
committed
adc4da6
View commit details
Copy full SHA for adc4da6
Browse repository at this point
Stream upload progress per-chunk for smooth consolidated progress bar
Show description for b4695d1
KathyReid
and
claude
committed
b4695d1
View commit details
Copy full SHA for b4695d1
Browse repository at this point
Add missing 'from __future__ import annotations' to upload_utils
Show description for a5ec3a5
KathyReid
and
claude
committed
a5ec3a5
View commit details
Copy full SHA for a5ec3a5
Browse repository at this point
Add tests for oversized file warning, env var resolvers, and _ProgressChunk
Show description for f8e4ea3
KathyReid
and
claude
committed
f8e4ea3
View commit details
Copy full SHA for f8e4ea3
Browse repository at this point
Fetch presigned URLs in main thread, not worker threads
Show description for 4d181a9
KathyReid
and
claude
committed
4d181a9
View commit details
Copy full SHA for 4d181a9
Browse repository at this point
Retry presigned URL fetches on transient API failures
Show description for e25b349
KathyReid
and
claude
committed
e25b349
View commit details
Copy full SHA for e25b349
Browse repository at this point
Fix oversized file warning: correct threshold and always-visible output
Show description for 477d3b0
KathyReid
and
claude
committed
477d3b0
View commit details
Copy full SHA for 477d3b0
Browse repository at this point
Commits on May 30, 2026
Remove debug print from _initiate_upload; improve 403 error message
Show description for f297b9f
KathyReid
and
claude
committed
f297b9f
View commit details
Copy full SHA for f297b9f
Browse repository at this point
Fix progress bar ETA format to show HH:MM:SS instead of MM:SS
Show description for f52e9b7
KathyReid
and
claude
committed
f52e9b7
View commit details
Copy full SHA for f52e9b7
Browse repository at this point
Revert "Fix progress bar ETA format to show HH:MM:SS instead of MM:SS"
Show description for 4342a9d
KathyReid
committed
4342a9d
View commit details
Copy full SHA for 4342a9d
Browse repository at this point
Re-fetch presigned URL on 403 instead of failing immediately
Show description for bc20860
KathyReid
and
claude
committed
bc20860
View commit details
Copy full SHA for bc20860
Browse repository at this point
Auto-adjust part size to stay within S3/R2 10,000-part limit
Show description for e059b6b
KathyReid
and
claude
committed
e059b6b
View commit details
Copy full SHA for e059b6b
Browse repository at this point
Remove MAX_UPLOAD_BYTES constant (no longer enforced)
Show description for 7f61614
KathyReid
and
claude
committed
7f61614
View commit details
Copy full SHA for 7f61614
Browse repository at this point
Commits on May 31, 2026
Include API error body in HTTPError message for non-2xx responses
Show description for 41c4b25
KathyReid
and
claude
committed
41c4b25
View commit details
Copy full SHA for 41c4b25
Browse repository at this point
You can’t perform that action at this time.