gorilla-co / s3pypi

CLI tool for creating a Python Package Repository in an S3 bucket.
https://novemberfive.co/blog/opensource-pypi-package-repository-tutorial/
MIT License
324 stars 85 forks source link

Question: s3pypi on private bucket #85

Closed m00lecule closed 2 years ago

m00lecule commented 3 years ago

Hello Guys, I am just curious - is there a chance to deploy python pypi index on private s3?

mdwint commented 3 years ago

Hi @m00lecule. Certainly, private hosting is the point of this project. CloudFront can be secured using basic auth, and will access a private S3 bucket via an Origin Access Identity (OAI). For more details, check the README.md, CHANGELOG.md, Terraform configuration, or s3pypi --help.