Question

How can I access files with DigitalOcean Functions?

I have a droplet, on there some (video) files are stored that I want to modify through the use of DigitalOcean functions.

However, I don’t know how I can access the files that are on my droplet with functions.

I tried to do some searching, but couldn’t figure it out.

If someone could provide some guidance I would highly appreciate it!


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
June 19, 2023

Hi there,

The Serverless functions do not have direct access to the Droplet’s filesystem.

There are a couple of alternative approaches that you can take:

  • Use an Object Storage like the DigitalOcean Spaces to store your video files on, and then use an S3 SDK to access your objects:

https://docs.digitalocean.com/products/spaces/reference/s3-sdk-examples/

  • Depending on the exact use-case, if your Droplet already has a web server, then you could access your video files from your Serverless functions over HTTP. However I would recommend using Spaces instead.

Hope that this helps!

Best,

Bobby

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Featured on Community

Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.

Become a contributor

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow — whether you're running one virtual machine or ten thousand.

Learn more
DigitalOcean Cloud Control Panel