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?Robin Moffatt
08/15/2023, 4:53 PMRobin Moffatt
08/15/2023, 4:53 PM--pre-sign takes an argumentRobin Moffatt
08/15/2023, 4:54 PM--pre-sign=false or --pre-sign=trueRobin Moffatt
08/15/2023, 4:54 PM