go-cloud
go-cloud copied to clipboard
The Go Cloud Development Kit (Go CDK): A library and tools for open cloud development in Go.
### Is your feature request related to a problem? Please describe. Yes it is. With #2681 the ability to specify a `UserDelegationCredential` for the `credential` property. However, there is no...
### Is your feature request related to a problem? Please describe. According [to the README](https://github.com/Azure/azure-storage-blob-go), the Azure Blob Storage SDK has moved to a new place [here](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/storage/azblob#readme). ### Describe the...
As requested in https://github.com/pulumi/pulumi/issues/7251, it would be helpful to support `AZURE_STORAGE_AUTH_VIA_CLI` so that blob storage could be authenticated via CLI auth, similar to the existing `AZURE_KEYVAULT_AUTH_VIA_CLI` that was added in...
``` go version go1.18.3 darwin/amd64 [email protected]/blob/s3blob OS: macOS GOARCH="amd64" ``` ### Describe the bug I am trying to read data from an s3 bucket using the [gocloud](https://gocloud.dev/howto/blob/) library. I create...
Hi! I have a use case where i would like to be able to Open a PostgresURL connection via the gcppostgres package using a google credential (JSON) of my choice....
### Is your feature request related to a problem? Please describe. OpenCensus and OpenTracing have merged to form OpenTelemetry, considering of migrate towards OpenTelemetry should be taken ### Describe the...
### Describe the bug Building things that use this library seems to yield an error on darwin, both amd64 and arm64. Example output: ``` ❯ GOOS=darwin GOARCH=arm64 go build ....
This PR is a step toward migrating Tracing and Metrics from OpenCensus to OpenTelemetry. discussed at #2877 Packages changed are: server server/xrayserver server/sdserver internal/trace
Having a common interface for reading and writing blob data across all cloud providers is very useful, however with the addition of the [io/fs] package in Go 1.16 means that...