This message was deleted.
# ask-for-help
s
This message was deleted.
s
See the
export
CLI sub-command.
Copy code
bentoml export fraud_detection:o5smnagbncigycvj <s3://your_bucket/fraud_detection.bento>
j
Oops I meant google cloud storage; e.g.
gs://
prefix
s
I don't believe we support Google cloud storage out of the box, you might be able to find a python fs2 plugin for it or simply export to a .bento and upload that manually.
👍 1
j
For reference this doc kind of suggests gcs native support, but uploading the bento to gcp blob storage is straight forward 👍
s
Oh, thanks, yeah, that's definitely an error in our docs.
Oh, it turns out there actually is a plugin for GCS (https://github.com/Othoz/gcsfs), we should definitely document this one better!
j
Are you saying using that should work? I tried installing that one, but it still raised an unknown protocol error with the
gs://
prefix 🤔
s
That... is very strange. Maybe it requires an
import fs_gcfs
?