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 104 go-storage issues
Sort by recently updated
recently updated
newest added

## Background ![image](https://user-images.githubusercontent.com/5351546/138811249-b0726676-08a4-4e8b-a926-a2406fd13225.png) As users call for iCloud support, we need to think about it. ## Problem However, iCloud Drive doesn't have a stable go SDK for now. We may...

enhancement
help wanted

For now, we use `:` as the separator for the connection string. But in Windows os, the path is usually like: `C:\\folder\to\file.txt`, which cannot be parsed as expected for now....

Fuzzy test for `readdir` related operations failed. ref: https://github.com/beyondstorage/go-service-fs/pull/76/checks?check_run_id=3542374799

**Authenticating Requests: Using Query Parameters** ## Comparison - `aws-sdk-go`: It provides `xxxRequest()` to generate a "aws/request.Request" representing the client's request for almost all the operations. Then for query string authentication,...

``` Run 1password/load-secrets-action@v1 Run export INPUT_UNSET_PREVIOUS=false Populating variable: STORAGE_ONEDRIVE_CREDENTIAL Getting vault ID from vault name: Engineering Getting item ID from vault cdmcu75h3o7xdjczun7fbbsmui... Loading item null from vault cdmcu75h3o7xdjczun7fbbsmui... curl: (22)...

* [Rendered GSP](https://github.com/beyondstorage/go-storage/blob/master/docs/rfcs/86-add-create-link-operation.md) * [Tracking Issue](https://github.com/beyondstorage/go-storage/issues/611) ## Steps If this service has native support for `Link` or `Symlink`: * Implement `CreateLink` API * Add support for `List`/`Stat` * Setup linker...

tracking/services

- GSP: https://github.com/beyondstorage/go-storage/pull/839 ## Steps - Add `content_disposition` optional pair for read and write related operations - Support set `Content-Dispositon` in request and set metadata for `Object` ## Services >...

tracking/services