https://github.com/dmfed/ydfs
Implementation of Yandex Disk REST API with fs.Fs interface
https://github.com/dmfed/ydfs
Last synced: about 1 year ago
JSON representation
Implementation of Yandex Disk REST API with fs.Fs interface
- Host: GitHub
- URL: https://github.com/dmfed/ydfs
- Owner: dmfed
- License: mit
- Created: 2021-09-04T09:13:37.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T23:30:17.000Z (over 3 years ago)
- Last Synced: 2025-02-02T15:14:00.811Z (over 1 year ago)
- Language: Go
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ydfs
Implementation of Yandex Disk REST API with fs.Fs interface
This is a work in progress.
ReadFile, WriteFile, Open (and Read of File), Remove, Mkdir work as expected. Test coverage is around 60% (integration tests are passing without errors). Hold on a while :)