# Functions
No description provided by the author
NewGDriveStorage is the factory for GDrive.
NewLocalStorage is the factory for LocalStorage.
NewS3Storage is the factory for S3Storage.
NewStorjStorage is the factory for StorjStorage.
Parses HTTP Range header and returns struct on success only bytes=start-finish supported.
# Structs
GDrive is a storage backed by GDrive.
LocalStorage is a local storage.
No description provided by the author
S3Storage is a storage backed by AWS S3.
StorjStorage is a storage backed by Storj.
# Interfaces
Storage is the interface for storage operation.