
Currently I'm using local storage to store all files users are uploading. I've thought moving those files to an external storage bucket provider, like S3 or Backblaze. Is it possible to move all files in a future, if so, how?

If you'll run
docker volume inspect appwrite_appwrite-uploads | grep Mountpoint
You'll see something like this
"Mountpoint": "/var/lib/docker/volumes/appwrite_appwrite-uploads/_data",
Inside you'll have folder for each app, then inside a folder for each of your buckets.
When replacing to a new driver like S3 for example, copy all the content of that folder and put as is in the S3 bucket.
To vailidate the right path, upload one file using the new provider then push the uploads content based as the same one.

@Binyamin Thanks as always! :appwritepeepo:

[SOLVED] Move storage buckets to external provider (like S3)

Can I transfer a file when execute a function?

Easiest way is transfer file first then executie the function
Recommended threads
- Apple OAuth in SwiftUI
Any ideas why this error might be showing up when trying it sign in via apple in SwifUI? _Concurrency/CheckedContinuation.swift:196: Fatal error: SWIFT TASK CO...
- Unexpected File Persistence Across Appwr...
I'm encountering an issue where files created during an Appwrite Function execution persist across subsequent executions. Specifically, when a function writes a...
- Upload file
i got this error when try upload file (.Net). I use this line to check my buucket and its all right var buckets = await appWriterInit.Storage.List...
