Skip to content

Cloud storage abstraction package for Go build on top of Rclone inspired by Laravel File Storage

License

Notifications You must be signed in to change notification settings

Shareed2k/storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storage

storage is a Go library inspired by Laravel File Storage build on top of Rclone. Laravel provides a powerful filesystem abstraction thanks to the wonderful Flysystem PHP package by Frank de Jonge. So after I switched programming language to Golang, I want to have also something like file storage library for use in Golang, there is a wonderful tool called Rclone, Rclone support a long list of providers, I'm gonna use Rclone as file system core lib.

Installation

Installation is done using the go get command:

go get github.com/shareed2k/storage

About

Cloud storage abstraction package for Go build on top of Rclone inspired by Laravel File Storage

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages