oracle-object-storage: minor docs update

This commit is contained in:
Manoj Ghosh
2022-10-16 23:19:23 -07:00
committed by Nick Craig-Wood
parent 5e59e7f442
commit daf3162bcf
6 changed files with 59 additions and 8 deletions

View File

@@ -272,7 +272,7 @@ Properties:
#### --oos-config-profile
Path to OCI config file
Profile name inside the oci config file
Properties:
@@ -432,6 +432,24 @@ Properties:
- Type: bool
- Default: false
#### --oos-no-check-bucket
If set, don't attempt to check the bucket exists or create it.
This can be useful when trying to minimise the number of transactions
rclone does if you know the bucket exists already.
It can also be needed if the user you are using does not have bucket
creation permissions.
Properties:
- Config: no_check_bucket
- Env Var: RCLONE_OOS_NO_CHECK_BUCKET
- Type: bool
- Default: false
## Backend commands
Here are the commands specific to the oracleobjectstorage backend.