https://github.com/fclairamb/afero-snd
https://github.com/fclairamb/afero-snd
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fclairamb/afero-snd
- Owner: fclairamb
- License: mit
- Created: 2021-07-25T18:51:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T22:29:49.000Z (about 1 year ago)
- Last Synced: 2025-04-10T05:48:19.396Z (about 1 year ago)
- Language: Go
- Size: 2.24 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Afero Sync & Delete fs
The S&D file system relies on:
- A temporary file system to store files as fast as possible
- A permanent file system for the destination files
It allows to quickly accept new files and synchronize them on a slower file system.
The rationale is that when using some cloud-bases file systems like [S3](https://github.com/fclairamb/afero-s3), [Google Drive](https://github.com/fclairamb/afero-gdrive) or [Dropbox](https://github.com/fclairamb/afero-dropbox) on an [FTP server](https://github.com/fclairamb/ftpserver), some devices consider the slowness as an error.