storage icon indicating copy to clipboard operation
storage copied to clipboard

Go library providing common interface for working across multiple cloud storage backends

Results 47 storage issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.27 to 1.44.76. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.44.76 (2022-08-12) Service Client Updates service/amp: Updates service API and documentation service/chime-sdk-messaging: Updates service API, documentation, and...

dependencies

Bumps [github.com/baidubce/bce-sdk-go](https://github.com/baidubce/bce-sdk-go) from 0.9.123 to 0.9.132. Release notes Sourced from github.com/baidubce/bce-sdk-go's releases. v0.9.132 Fix some bugs v0.9.131 Create BCC with SecurityGroup v0.9.130 Change BCC's VPC with SecurityGroup v0.9.129 Add local...

dependencies

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.82.0 to 0.92.0. Release notes Sourced from google.golang.org/api's releases. v0.92.0 0.92.0 (2022-08-10) Features all: auto-regenerate discovery clients, refs #1649 #1646 #1645 #1643 #1641 v0.91.0 0.91.0 (2022-08-01) Features...

dependencies

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.8.0. Commits 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations to be ordered (#1106) 66eef0e fix: assert.MapSubset (or...

dependencies

Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go) from 65.0.0+incompatible to 66.0.0+incompatible. Release notes Sourced from github.com/Azure/azure-sdk-for-go's releases. v66.0.0 Breaking Changes Package Path Changelog github.com/Azure/azure-sdk-for-go/services/preview/securityinsight/mgmt/2022-01-01-preview/securityinsight details Others Deprecate all old management plane packages. We strongly encourage...

dependencies

Add `ListFolders()` function to all storage modules. Refactor modules to use an iterator to reduce redundant code between `ListObjects()` and `ListFolders()`. The goal is to support a chartmuseum endpoint described...

Fixes #527 Also I noticed the tests were writing to `../../.test` which is outside the repo's directory when you run `make test`, so I moved that path back to `./.test`.

It looks like there could be a risk of partially-written files with the local backend: https://github.com/chartmuseum/storage/blob/c3a87c79f56958041cb945ecf9706ed3da02e7f0/local.go#L102 That code appears to be writing directly to the real location of the file....

implements the https://github.com/helm/chartmuseum/issues/545

**TL;DR:** We are proposing to add a new storage backend for GitHub/GitLab to store/mirror the charts. --- GitOps is having a Git repository that always contains declarative descriptions of the...