UploadRequest
creates ObjectStorageClient
when uploading request is processing.
#441
Labels
Object Storage
Issue pertains to the Object Storage service
I don't think it is good idea to create
ObjectStorageClient
instance while uploading.How about return error instantly if the client is not set?
I used long time to debug this issue and I can create a pull request.
oci-go-sdk/objectstorage/transfer/upload_manager_req_resp.go
Lines 144 to 157 in a172b32
The text was updated successfully, but these errors were encountered: