pd4d10 / unpub

Self-hosted private Dart Pub server for Enterprise

Home Page:https://pub.dev/packages/unpub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upload package archives to s3 buckets

augustorsouza opened this issue · comments

Lots of companies use aws and might benefit from being able to store the packages in a s3 bucket instead of using the unpub server local filesystem

Yeah, it's easy to implement it with the abstract class packageStore. PRs' welcome!

The thing I'm not sure about is that if there is a Dart SDK. If no probably you should implement it first on your own.

Thanks to @Clean-Cole , we have unpub_aws as the first customized package store. Please give it a try if you are still facing this issue.

Closing. Feel free to reopen it if there are other problems