How to write to network by API?
Hi! Is it possible to make some API request that can launch wget to network?
I want to upload file to network ( /workspace ) - is it possible to do without creating Pod?
Or is there any Pod template that can help with it?
Solution:
Jump to solution
Network volumes are S3-compatible.
You can definitely make changes to your network volume without launching a pod
Check this out: https://docs.runpod.io/serverless/storage/s3-api#boto3...
Runpod Documentation
S3-compatible API - Runpod Documentation
Use Runpod's S3-compatible API to access and manage your network volumes.

2 Replies
Solution
Network volumes are S3-compatible.
You can definitely make changes to your network volume without launching a pod
Check this out: https://docs.runpod.io/serverless/storage/s3-api#boto3
Runpod Documentation
S3-compatible API - Runpod Documentation
Use Runpod's S3-compatible API to access and manage your network volumes.

Thank you for helping!