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
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 }}
evstack
/
apex
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
Code
Issues
15
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(s3): add a blob-backed S3-compatible API
- #53
#53
Open
pthmas
wants to merge 24 commits into
main
evstack/apex:main
from
pthmas/s3-blob-export
evstack/apex:pthmas/s3-blob-export
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Open
feat(s3): add a blob-backed S3-compatible API
#53
pthmas
wants to merge 24 commits into
main
evstack/apex:main
from
pthmas/s3-blob-export
evstack/apex:pthmas/s3-blob-export
Copy head branch name to clipboard
Commits
Commits on Apr 28, 2026
feat(s3): add e2e coverage for blob-backed API
pthmas
committed
fa8bcf6
View commit details
Copy full SHA for fa8bcf6
Browse repository at this point
Commits on Apr 29, 2026
fix(lint): simplify apex service setup wiring
pthmas
committed
d1eec81
View commit details
Copy full SHA for d1eec81
Browse repository at this point
Merge remote-tracking branch 'origin/main' into pthmas/s3-blob-export
pthmas
committed
d9453ce
View commit details
Copy full SHA for d9453ce
Browse repository at this point
feat(s3): add configurable sigv4 auth
pthmas
committed
f618715
View commit details
Copy full SHA for f618715
Browse repository at this point
warn on unauthenticated s3 startup
pthmas
committed
8d1fb3e
View commit details
Copy full SHA for 8d1fb3e
Browse repository at this point
fix(s3): enforce read-only mode when submission is not configured
Show description for 2e6da25
pthmas
and
claude
committed
2e6da25
View commit details
Copy full SHA for 2e6da25
Browse repository at this point
fix(s3): harden server, auth, and store correctness
Show description for 2867ed0
pthmas
and
claude
committed
2867ed0
View commit details
Copy full SHA for 2867ed0
Browse repository at this point
docs(s3): clarify PutObject behavior for empty objects
Show description for 6e7281b
pthmas
and
claude
committed
6e7281b
View commit details
Copy full SHA for 6e7281b
Browse repository at this point
fix(s3): address critical routing/race bugs and medium hardening
Show description for d97437e
pthmas
and
claude
committed
d97437e
View commit details
Copy full SHA for d97437e
Browse repository at this point
Commits on Apr 30, 2026
fix(s3): address critical routing/race bugs and medium hardening
Show description for e70b560
pthmas
and
claude
committed
e70b560
View commit details
Copy full SHA for e70b560
Browse repository at this point
feat(s3): submit commitment envelope to Celestia instead of raw data
Show description for 529218f
pthmas
and
claude
committed
529218f
View commit details
Copy full SHA for 529218f
Browse repository at this point
fix(s3): validate payload hash and check bucket before Celestia submit
Show description for a96ce16
pthmas
and
claude
committed
a96ce16
View commit details
Copy full SHA for a96ce16
Browse repository at this point
Commits on May 4, 2026
fix(s3): address pagination, env-var credentials, and SQL limit
Show description for 41fe108
pthmas
and
claude
committed
41fe108
View commit details
Copy full SHA for 41fe108
Browse repository at this point
fix(e2e): verify envelope commitment on Celestia, not raw object data
Show description for c868668
pthmas
and
claude
committed
c868668
View commit details
Copy full SHA for c868668
Browse repository at this point
refactor(s3): remove unused fields, fix double ETag, clean dead code
Show description for 0e2f36d
pthmas
and
claude
committed
0e2f36d
View commit details
Copy full SHA for 0e2f36d
Browse repository at this point
chore(s3): drop unused columns from migration
Show description for 3e61846
pthmas
and
claude
committed
3e61846
View commit details
Copy full SHA for 3e61846
Browse repository at this point
fix(s3): reject empty objects instead of storing them without Celestia commitment
Show description for 1222861
pthmas
and
claude
committed
1222861
View commit details
Copy full SHA for 1222861
Browse repository at this point
fix(e2e): remove pkg/s3 import to avoid proto conflict
Show description for ac46e3d
pthmas
and
claude
committed
ac46e3d
View commit details
Copy full SHA for ac46e3d
Browse repository at this point
fix(lint): fix gofumpt, perfsprint, unparam violations
Show description for 5a3d2e0
pthmas
and
claude
committed
5a3d2e0
View commit details
Copy full SHA for 5a3d2e0
Browse repository at this point
Commits on May 5, 2026
fix(s3): address PR review comments
Show description for c3bd226
pthmas
committed
c3bd226
View commit details
Copy full SHA for c3bd226
Browse repository at this point
fix(s3): thread ctx into setupS3Server, close on startup failure
Show description for 1a25d38
pthmas
committed
1a25d38
View commit details
Copy full SHA for 1a25d38
Browse repository at this point
refactor(s3): extract startRPCServers to reduce gocyclo
Show description for 83ecea4
pthmas
committed
83ecea4
View commit details
Copy full SHA for 83ecea4
Browse repository at this point
chore(justfile): add e2e-s3 target for S3 lifecycle test
pthmas
committed
e14fea8
View commit details
Copy full SHA for e14fea8
Browse repository at this point
fix s3 empty upload and submitter wiring
pthmas
committed
9451b9a
View commit details
Copy full SHA for 9451b9a
Browse repository at this point
You can’t perform that action at this time.