GNU bug report logs -
#63018
[PATCH 0/3] gnu: Add lfs-s3.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Sat, 22 Apr 2023 16:25:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 63018 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/version-control.scm (lfs-s3): New variable.
---
gnu/packages/version-control.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 8789da6577..2c4598999b 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3096,6 +3096,38 @@ (define-public git-lfs
file contents on a remote server.")
(license license:expat)))
+(define-public lfs-s3
+ (package
+ (name "lfs-s3")
+ (version "0.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.sr.ht/~ngraves/lfs-s3")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0nkxivb356f1zjlj34px601zy86w4398db9s2ivd178jp4v69raw"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "git.sr.ht/~ngraves/lfs-s3"))
+ (inputs (list git-lfs))
+ (propagated-inputs
+ (list go-github-com-aws-aws-sdk-go-v2
+ go-github-com-aws-aws-sdk-go-v2-config
+ go-github-com-aws-aws-sdk-go-v2-feature-s3-manager
+ go-github-com-aws-aws-sdk-go-v2-service-s3
+ go-github-com-spf13-cobra))
+ (home-page "https://git.sr.ht/~ngraves/lfs-s3/")
+ (synopsis "Git extension for versioning large files in S3")
+ (description
+ "This package provides a custom transfer agent for Git LFS, allowing
+plain S3 bucket usage as remote storage for media files. This package uses a
+standalone agent instead of a server.")
+ (license license:expat)))
+
(define-public git-open
(package
(name "git-open")
--
2.39.2
This bug report was last modified 2 years and 86 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.