Migration of files from filesystem to s3

Hi, I would like to change my filestore backend from filesystem to s3. Is it possible to migrate existing files to s3 and how to do this?
Thanks for help

Just start writing new files into s3 and run s3cmd sync or whatever on your old files to sync them there.

There’s nothing built into Sentry to migrate files for you.

thx matt.