How to use the gsutil.gs_to_public_url function in gsutil

To help you get started, we’ve selected a few gsutil examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github web-platform-tests / wpt.fyi / results-processor / processor.py View on Github external
def results_url(self):
        return gsutil.gs_to_public_url(self.results_gs_url)
github web-platform-tests / wpt.fyi / results-processor / processor.py View on Github external
def raw_results_url(self):
        return gsutil.gs_to_public_url(self.raw_results_gs_url)