go-storage icon indicating copy to clipboard operation
go-storage copied to clipboard

A vendor-neutral storage library for Golang: Write once, run on every storage service.

Results 92 go-storage issues
Sort by recently updated
recently updated
newest added

The documentation website and go.beyondstorage.io are both down which causes gitlab-dependabot to throw this error: ``` go.beyondstorage.io/services/fs/[email protected]: unrecognized import path "go.beyondstorage.io/services/fs/v4": https fetch: Get "https://go.beyondstorage.io/services/fs/v4?go-get=1": dial tcp: i/o timeout ```...

When listing bucket that contains > 200 objects, Iterator gets stuck (returns same first 200 objects). Fixed by adding object offset supported by official gcs library.

- GSP: https://github.com/beyondstorage/go-storage/pull/970 ## Steps - [x] https://github.com/beyondstorage/go-storage/pull/976 - [ ] Generate factory in serivces

tracking/gsp

Currently obs does not support read with size and offset. When I migrate to Factory init, the integration test requires that `TestReadWithOffset` item status should be pass. Before I migrate...

https://github.com/beyondstorage/go-storage/blob/813c8a192cfc9f43eac39d66a910cf8d6512b7ec/tests/storager_list.go#L86-L96 `path` is currently a non-existent path for the service. When listing a non-existent dir: - For object storage services, `ListObjects` will get an empty `Contents` in `ListBucketResult`, in line...

When migrate to Factory init, unknown error occurred in make build operation. See more details of migration in [draft pr #1039](https://github.com/beyondstorage/go-storage/pull/1039). An error occurred in generate step. And We didn't...

## Background As described in https://github.com/beyondstorage/go-storage/pull/960, not all service support read with size and offset. We need to add those two features so that services can be declared whether they...