mirror of
https://github.com/rclone/rclone.git
synced 2024-12-12 18:21:57 +01:00
oracleobjectstorage: make specifying compartmentid optional
This commit is contained in:
parent
40111ba5e1
commit
ba8e538173
@ -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.\n\nList objects works without compartment OCID.",
|
||||||
Provider: "!no_auth",
|
Provider: "!no_auth",
|
||||||
Required: true,
|
Required: false,
|
||||||
Sensitive: true,
|
Sensitive: true,
|
||||||
}, {
|
}, {
|
||||||
Name: "region",
|
Name: "region",
|
||||||
|
Loading…
Reference in New Issue
Block a user