question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't use GCS bucket name as model repository root

See original GitHub issue

In the current state I am unable to configure a GCS bucket root as a model repository root, i.e. TRTIS is unable to use gs://somebucket as the root path for the model repository. gs://somebucket/somedir works. I expect this to be the case since ParsePath of filesystem will fail if there’s no object specified in the path. ParsePath is called during the setup via a call to IsDirectory of filesystem of the model repository.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
aramesh7commented, Jul 16, 2019

@jobegrabber I put up a PR for this in #466. Could you let us know if this works for you?

1reaction
deadeyegoodwincommented, Jul 15, 2019

@jobegrabber Thanks for the clarification. Not being able to use the root path seems to be a bug in the “current state”. We will fix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't use GCS bucket name as model repository root #459
In the current state I am unable to configure a GCS bucket root as a model repository root, i.e. TRTIS is unable to...
Read more >
About Cloud Storage buckets
Bucket names cannot contain "google" or close misspellings, such as "g00gle". Bucket name considerations. Bucket names reside in a single namespace that is ......
Read more >
How to extract bucket and file name from a Google Cloud ...
You can use Python string manipulation to extract information from GCS URIs. Two methods I use are Python's 'split' method and regular ...
Read more >
Cloud Storage python client fails to retrieve bucket
I am trying to use the python client library ...
Read more >
airflow.providers.google.cloud.operators.gcs
Creates a new bucket. Google Cloud Storage uses a flat namespace, so you can't create a bucket with a name that is already...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found