Robin Moffatt
08/15/2023, 4:53 PMlocal
question (kinda following on from my previous one above, but only tangentially):
how does one negate the default true
of this flag?
--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?--pre-sign
takes an argument--pre-sign=false
or --pre-sign=true