commit | 0f5b37de7de451d449817d8d7e4b7a081acce06a | [log] [tgz] |
---|---|---|
author | Matthias Sohn <matthias.sohn@sap.com> | Thu Feb 04 17:05:46 2016 +0100 |
committer | Saša Živkov <sasa.zivkov@sap.com> | Wed Mar 02 16:20:01 2016 +0100 |
tree | 15ca2dfd74f30775a09b5a17adc49c559cbf4c06 | |
parent | cfd893b49608901b3c58ca0fbf6508718c3c46a7 [diff] |
WIP: Implement LFS plugin storing large objects in an Amazon S3 bucket This plugin uses JGit's S3Repository class to provide a large file storage using an Amazon S3 bucket. The plugin supports only in-tree buck build. To build it clone the repository under .../plugins folder and then execute: $ buck build plugins/lfs-storage-s3 Change-Id: I635c1c5454a0b23a8e9f9fceab9743692f7c72cb Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>