Versions in this module Expand all Collapse all v3 v3.46.0 Jun 16, 2025 Changes in this version + type Addition struct + DownloadConcurrency int + DownloadPartSize int + Paths string + ProtectSameName bool + Writable bool + type Alias struct + func (d *Alias) ArchiveDecompress(ctx context.Context, srcObj, dstDir model.Obj, ...) error + func (d *Alias) Config() driver.Config + func (d *Alias) Copy(ctx context.Context, srcObj, dstDir model.Obj) error + func (d *Alias) Drop(ctx context.Context) error + func (d *Alias) Extract(ctx context.Context, obj model.Obj, args model.ArchiveInnerArgs) (*model.Link, error) + func (d *Alias) Get(ctx context.Context, path string) (model.Obj, error) + func (d *Alias) GetAddition() driver.Additional + func (d *Alias) GetArchiveMeta(ctx context.Context, obj model.Obj, args model.ArchiveArgs) (model.ArchiveMeta, error) + func (d *Alias) Init(ctx context.Context) error + func (d *Alias) Link(ctx context.Context, file model.Obj, args model.LinkArgs) (*model.Link, error) + func (d *Alias) List(ctx context.Context, dir model.Obj, args model.ListArgs) ([]model.Obj, error) + func (d *Alias) ListArchive(ctx context.Context, obj model.Obj, args model.ArchiveInnerArgs) ([]model.Obj, error) + func (d *Alias) MakeDir(ctx context.Context, parentDir model.Obj, dirName string) error + func (d *Alias) Move(ctx context.Context, srcObj, dstDir model.Obj) error + func (d *Alias) Put(ctx context.Context, dstDir model.Obj, s model.FileStreamer, ...) error + func (d *Alias) PutURL(ctx context.Context, dstDir model.Obj, name, url string) error + func (d *Alias) Remove(ctx context.Context, obj model.Obj) error + func (d *Alias) Rename(ctx context.Context, srcObj model.Obj, newName string) error