Stockage et Sauvegardes - GIT LFS on Object Storage
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Frage

GIT LFS on Object Storage

Von
GuillaumeE11
Erstellungsdatum 2020-07-31 12:57:06 (edited on 2024-09-04 12:43:51) in Stockage et Sauvegardes

Hello,

I want to use an Object Storage as a GIT LFS server to store big files of my GIT repositories.

This solution works well with AWS S3 : Estranged.Lfs and I would like to use it with OVH Object Storage.

You say that your Object Storage is S3-compatible. Does it mean that I can create a AmazonS3Client to use it ? Or should I create my own IBlobAdapter?

The author precises that > Any blob store which generates pre-signed URLs can be used by implementing the interface IBlobAdapter:

The solution also uses AWS Lambda Functions. Are OVH Function stable now ?

Thank you in advance.