'Upload file for oracle OCI by c#
I searched how I can upload file to oracle OCI and I know its S3 compatible but I don't know what the SDK I can use? any example for upload file to oracle OCI by c# .net core 5. I received info for oracle OCI from client like (storage_endpoint,storage_access_key_id,storage_secret_access_key ,region and bucket_name)
Solution 1:[1]
I do not know this Oracle product but if it truly is S3 compatible I would suggest using the AWS SDK (AWSSDK.S3 on NuGet).
There are many tutorials on how to use it, I don't think posting a guide here would be more helpful. If you encounter specific problems then please do ask further questions.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Francesco D.M. |
