Documentation ¶
Index ¶
Constants ¶
View Source
const Scheme = fileblob.Scheme
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalFileUploader ¶
func (*LocalFileUploader) Scheme ¶
func (f *LocalFileUploader) Scheme() string
func (*LocalFileUploader) UsageInfo ¶
func (f *LocalFileUploader) UsageInfo() string
Local storage URLs take the form of either mem:// or file:/// URLs. Memory URLs are always mem:// with no other information and always create a new bucket. File URLs convert slashes to the operating system’s native file separator, so on Windows, C:\foo\bar would be written as file:///C:/foo/bar.
Click to show internal directories.
Click to hide internal directories.