I would like to install a Python package (my-package-1.0.0.tar.gz) from a Google Cloud Storage bucket.
It works well with publicly available buckets (Allow Public Read access on a GCS bucket?) or with signed url (https://cloud.google.com/storage/docs/access-control/signing-urls-with-helpers). However I would like to know if there would be another solution.
I would like to have a private Python package, accessible from a user-friendly (or may I say developer-friendly-url) such as https://storage.googleapis.com/pypi-packages/my-package/my-package-1.0.0.tar.gz.
I would like this package to be accessible from other Google Cloud Platform tools such as Dataflow, Cloud ML, Composer or GKE
Do you think it's something doable?