another `local` question (kinda following on from ...
# dev
r
another
local
question (kinda following on from my previous one above, but only tangentially): how does one negate the
default true
of this flag?
Copy code
--pre-sign          Use pre-signed URLs when downloading/uploading data (recommended) (default true)
i.e. if I don't want to
--pre-sign
, is there a
--no-pre-sign
equivalent?
oh hang on, I read the issue more closely
so
--pre-sign
takes an argument
--pre-sign=false
or
--pre-sign=true
👍 1
nm