oci-go-sdk
oci-go-sdk copied to clipboard
Go SDK for Oracle Cloud Infrastructure
Object store client exhibits race condition using SDK version v65.79.0 when attempting to use multiple clients in different go routines. e.g. client, err := objectstorage.NewObjectStorageClientWithConfigurationProvider(provider) WARNING: DATA RACE Read at...
This issue tracks the removal of fallback to IMDS v1 endpoints and the introduction of retry logic for IMDS v2 in oci-go-sdk IMDS (Instance Metadata Service) endpoints provide region information...
In utilizing the import pattern `github.com/oracle/oci-go-sdk/v65/...`, I'm fixing (in the import line itself) at least a range of git tags (releases) in the 65.XX.YY range (pinned by our go.mod/go.sum of...
Currently, common.ConfigurationProviderEnvironmentVariables takes a private key path. Also, the default option looks for the .oci file under a specific folder Would it be possible to add an option that allows...
I think that https://github.com/oracle/oci-go-sdk/releases/tag/v65.77.1 was double tagged. Go serves v65.77.1 from a tag published on Oct 23, 2024 ([source](https://deps.dev/go/github.com%2Foracle%2Foci-go-sdk%2Fv65/v65.77.1/versions)). This doesn't make sense, since v65.77.1 was published on Oct 29,...