oci-go-sdk
oci-go-sdk copied to clipboard
Go SDK for Oracle Cloud Infrastructure
**Update: This has been fixed in [v65.75.2](https://github.com/oracle/oci-go-sdk/releases/tag/v65.75.2). If you are not able to upgrade to a non-affected version at this time, please use the workaround mentioned below** If you are...
SDK Version: 65 Given an authenticated session, some code like the following: ``` osc, err := objectstorage.NewObjectStorageClientWithConfigurationProvider(provider) if err != nil { return objectstorage.HeadBucketResponse{}, err } req := objectstorage.HeadBucketRequest{ BucketName:...