How to profile picture

I’m a bit confused on how to go about having users upload profile pictures to a Digital Ocean space, then be able to retrieve the pictures and display them on their profiles but also be able to update them when updating their settings.

Do I use file management actions or do I use S3 Connector actions?
Do I generate UUID as key, what should I use as path?

If you want to store images in Digital Ocean Space, then you need to use S3 Connector actions

Disclaimer: I’ve never used S3, I only have a general overview

An easier approach is to store the image with the user’s ID as filename, so you always know the filename (key) of the avatar just by looking at the user’s ID