Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3 backend #96

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

S3 backend #96

wants to merge 6 commits into from

Conversation

alexandru-bagu
Copy link
Contributor

@alexandru-bagu alexandru-bagu commented Feb 1, 2025

Implemented S3 backend.
The implementation was tested against a local Minio S3 server.

@ThomasWaldmann
Copy link
Member

Thanks for this backend. Did you do a performance comparison with rclone+s3?

@alexandru-bagu
Copy link
Contributor Author

I didn't do a performance comparison with rclone no, but I am having issues when doing parallel uploads using rclone so I am trying to mitigate it by doing s3 requests directly from borgstore. Rclone would effectively stall for ~10 seconds after every batch of transfers. Additionally, since rclone is a separate process the data to be sent would be kept in memory twice, once by borgstore and once by rclone.

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