0

I am trying to set up a chocolatey packet gallery where the repository is an AWS S3 bucket. I installed and configured the packet gallery, but now I do not know to set the repository to S3

James Ukilin
  • 851
  • 2
  • 12
  • 17

1 Answers1

0

I believe you will need to find a NuGet repository offering that can use S3 buckets as a data store, or find a way to bring that bucket as a mirror to a physical machine that you can easily hook up to almost any of the NuGet package repository offerings that are out there. See https://chocolatey.org/docs/how-to-host-feed for some options.

ferventcoder
  • 11,952
  • 3
  • 57
  • 90