1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-09 03:43:54 +02:00

Support multi-part uploads for large NARs that exceed the size of

5Gb.
This commit is contained in:
AmineChikhaoui 2018-05-07 14:23:51 +01:00
parent 80a7b16593
commit 129394fb95
No known key found for this signature in database
GPG key ID: C0C8C84C15BCCD1C
3 changed files with 68 additions and 20 deletions

View file

@ -18,7 +18,7 @@ libstore_FILES = sandbox-defaults.sb sandbox-minimal.sb sandbox-network.sb
$(foreach file,$(libstore_FILES),$(eval $(call install-data-in,$(d)/$(file),$(datadir)/nix/sandbox)))
ifeq ($(ENABLE_S3), 1)
libstore_LDFLAGS += -laws-cpp-sdk-s3 -laws-cpp-sdk-core
libstore_LDFLAGS += -laws-cpp-sdk-transfer -laws-cpp-sdk-s3 -laws-cpp-sdk-core
endif
ifeq ($(OS), SunOS)