Support S3 as primary repository storage #8883

Closed
opened 2025-11-02 08:22:01 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @levindecaro on GitHub (Apr 29, 2022).

Feature Description

To allow gitea spread over high-availability or multi-site deployment, it would be great if leveraging s3 as primary storage as same as lfs,attachment does.

Screenshots

No response

Originally created by @levindecaro on GitHub (Apr 29, 2022). ### Feature Description To allow gitea spread over high-availability or multi-site deployment, it would be great if leveraging s3 as primary storage as same as lfs,attachment does. ### Screenshots _No response_
GiteaMirror added the type/featuretype/proposalreviewed/wontfix labels 2025-11-02 08:22:01 -06:00
Author
Owner

@wxiaoguang commented on GitHub (Apr 29, 2022):

It's not feasible at the moment.

Git need POSIX file system, while S3 is object storage.

You could use NFS or SMB service provided by AWS for HA.

@wxiaoguang commented on GitHub (Apr 29, 2022): It's not feasible at the moment. Git need POSIX file system, while S3 is object storage. You could use NFS or SMB service provided by AWS for HA.
Author
Owner

@lunny commented on GitHub (Apr 29, 2022):

Even if git supports that, I believe the performance is not ideal.

@lunny commented on GitHub (Apr 29, 2022): Even if git supports that, I believe the performance is not ideal.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#8883