Tags » linode
TIL: Using Linode object storage and boto3
If you’re calling
put_object
, you need the config optionrequest_checksum_calculation = "when_required"
.
alexwlchan
If you’re calling put_object
, you need the config option request_checksum_calculation = "when_required"
.