Manoj Ghosh

Results 36 comments of Manoj Ghosh

Some hints in https://www.geoffchappell.com/studies/windows/km/ntoskrnl/api/ex/sysinfo/query.htm https://www.geoffchappell.com/studies/windows/km/ntoskrnl/api/ex/sysinfo/queryex.htm (Ex api)

**NtQuerySystemInformationEx** is available from version >= 6.1 (windows 7). Please fall back to use **NtQuerySystemInformation**

> Thank you, we appreciate your contribution! Unfortunately (or perhaps rather _fortunately_, for personal health and long term commitment to the project) there is a period with lower activity from...

@ncw will patiently waiting for my turn :)

@ncw please sign up for test account under free tier, https://www.oracle.com/cloud/free/ free tier should suffice for this testing which includes 10 GB Object Storage – Standard

most of the code is same as s3 code, except using the oci native sdk for making requests/calls.

will review and address comments. thank you.

@ncw addressed all comments, except the rename->move operation comment. I have attached the results of `test_all -backends oracleobjectstorage` [integration-test-results.txt](https://github.com/rclone/rclone/files/9737534/integration-test-results.txt) [2022-10-07-135556.zip](https://github.com/rclone/rclone/files/9737519/2022-10-07-135556.zip)

@ncw good to merge this, and new features can be in new PR.

@cberni rclone config should guide you to use instance principal way. Sample config will look like this ``` [myoracle] 
type = oracleobjectstorage
 
namespace = idfn
 
compartment = ocid1.compartment.oc1..aak7a
 
region =...