mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
oracle-object-storage: minor docs update
This commit is contained in:
committed by
Nick Craig-Wood
parent
5e59e7f442
commit
daf3162bcf
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user