oracleobjectstorage: make specifying compartmentid optional

This commit is contained in:
Manoj Ghosh 2024-12-03 07:53:17 -08:00 committed by Nick Craig-Wood
parent 40111ba5e1
commit ba8e538173

View File

@ -106,9 +106,9 @@ func newOptions() []fs.Option {
Sensitive: true,
}, {
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",
Required: true,
Required: false,
Sensitive: true,
}, {
Name: "region",