mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 00:13:49 +01:00
oracleobjectstorage: make specifying compartmentid optional
This commit is contained in:
parent
01ccf204f4
commit
d912b4a00b
@ -106,9 +106,9 @@ func newOptions() []fs.Option {
|
|||||||
Sensitive: true,
|
Sensitive: true,
|
||||||
}, {
|
}, {
|
||||||
Name: "compartment",
|
Name: "compartment",
|
||||||
Help: "Object storage compartment OCID",
|
Help: "Specify compartment OCID, if you need to list buckets.\nList objects works without compartment OCID",
|
||||||
Provider: "!no_auth",
|
Provider: "!no_auth",
|
||||||
Required: true,
|
Required: false,
|
||||||
Sensitive: true,
|
Sensitive: true,
|
||||||
}, {
|
}, {
|
||||||
Name: "region",
|
Name: "region",
|
||||||
|
@ -340,7 +340,8 @@ Properties:
|
|||||||
|
|
||||||
#### --oos-compartment
|
#### --oos-compartment
|
||||||
|
|
||||||
Object storage compartment OCID
|
Specify compartment OCID, if you need to list buckets.
|
||||||
|
List objects works without compartment OCID
|
||||||
|
|
||||||
Properties:
|
Properties:
|
||||||
|
|
||||||
@ -348,7 +349,7 @@ Properties:
|
|||||||
- Env Var: RCLONE_OOS_COMPARTMENT
|
- Env Var: RCLONE_OOS_COMPARTMENT
|
||||||
- Provider: !no_auth
|
- Provider: !no_auth
|
||||||
- Type: string
|
- Type: string
|
||||||
- Required: true
|
- Required: false
|
||||||
|
|
||||||
#### --oos-region
|
#### --oos-region
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user