R
RunPod7mo ago
Justin

image uploads + google cloud storage

I am making a handler that does predictions on images. I understand that runpod cannot accept images/files on the endpoint and instead a url for it to download the file. I only see s3 support and not a google cloud bucket integration in the documents. How would you recommend creating a handler for this? Signed urls?
3 Replies
justin
justin7mo ago
Do a GET request against a public url I upload images using a firebase file storage wrapper i have
justin
justin7mo ago
GitHub
GitHub - justinwlin/FirebaseStorageWrapperPython: Easy wrapper arou...
Easy wrapper around Firebase File Storage Wrapper in Python - justinwlin/FirebaseStorageWrapperPython
justin
justin7mo ago
Which when u upload u can get a public url which is just pass to runpod to do a GET request against it in the handler.py
Want results from more Discord servers?
Add your server