Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

store packages uncompressed in s3 (support a private unpkg) #530

Open
benjamine opened this issue Jan 4, 2022 · 0 comments
Open

store packages uncompressed in s3 (support a private unpkg) #530

benjamine opened this issue Jan 4, 2022 · 0 comments

Comments

@benjamine
Copy link

benjamine commented Jan 4, 2022

I'd like to download files inside a package, similarly to how unpkg.com does for the public npm registry.
this would be trivial to implement if verdaccio had an option to store package contents uncompress in s3 (besides the .tgz file),

Describe the solution you'd like
have a config option to ask verdaccio to also store package contents in s3 uncompressed in a subfolder. ideally only for specific package namespaces.

Describe alternatives you've considered
this might be doable with an AWS lambda, subscribed to the creation of .tgz files, that at that time decompress and stores the files next to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant