afs v0.9.0 Release Notes

Release Date: 2019-11-01 // over 4 years ago
    • Added Storager.Get(ctx context.Context, location string, options ...Option) (os.FileInfo, error) interface
    • Added Getter.Object(ctx context.Context, URL string, options ...Option) (Object, error) interface
    • Optimize Exists, Object operation (to avoid expensive list operation)
    • Added base.Storager