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
Type
/
to 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
.
AmbitionEng
/
django-pgclone
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
53
Code
Issues
0
Pull requests
1
Discussions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Security and quality
Insights
Add boto3 as s3 backend option
- #44
#44
Open
f-reinsch
wants to merge 10 commits into
AmbitionEng:main
AmbitionEng/django-pgclone:main
from
f-reinsch:add-boto3-as-s3-backend-option
f-reinsch/django-pgclone:add-boto3-as-s3-backend-option
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
Add boto3 as s3 backend option
#44
f-reinsch
wants to merge 10 commits into
AmbitionEng:main
AmbitionEng/django-pgclone:main
from
f-reinsch:add-boto3-as-s3-backend-option
f-reinsch/django-pgclone:add-boto3-as-s3-backend-option
Copy head branch name to clipboard
Commits
Commits on Jul 7, 2026
added boto3 as optional storage backend dependency
f-reinsch
committed
a4126de
View commit details
Copy full SHA for a4126de
Browse repository at this point
Refactor database dump and restore commands to use storage client methods for improved error handling and code clarity.
f-reinsch
committed
8237e45
View commit details
Copy full SHA for 8237e45
Browse repository at this point
Add S3 backend configuration function to settings.py for improved backend validation
f-reinsch
committed
78428be
View commit details
Copy full SHA for 78428be
Browse repository at this point
Implement S3 backend support with boto3 and awscli, enhancing validation and error handling for S3 operations. Refactor storage class structure and add methods for running pg_dump and pg_restore co…
Show description for 43bc64d
f-reinsch
committed
43bc64d
View commit details
Copy full SHA for 43bc64d
Browse repository at this point
Add tests for S3 backend configuration
f-reinsch
committed
28cd139
View commit details
Copy full SHA for 28cd139
Browse repository at this point
Enhance S3 backend tests by adding support for S3Awscli and Local storage methods.
f-reinsch
committed
f1cae1a
View commit details
Copy full SHA for f1cae1a
Browse repository at this point
Update documentation for S3 backend configuration, clarifying installation steps for AWS CLI and boto3.
f-reinsch
committed
e269236
View commit details
Copy full SHA for e269236
Browse repository at this point
Improve error handling in S3 storage operations by adding a delete object attempt on command failure. Fix logic in client function to ensure proper return of Local storage instance.
f-reinsch
committed
63b319b
View commit details
Copy full SHA for 63b319b
Browse repository at this point
moved aws cli docs back up
f-reinsch
committed
32dfffe
View commit details
Copy full SHA for 32dfffe
Browse repository at this point
Fix logic in client function to remove redundant return statement and improve code clarity. Add a newline for better readability in the S3Boto3 class.
f-reinsch
committed
4a83b4a
View commit details
Copy full SHA for 4a83b4a
Browse repository at this point
You can’t perform that action at this time.