Hi there,
i'm getting:
botocore.exceptions.ClientError: An error occurred (InvalidToken) when calling the PutObject operation: The provided token is malformed or otherwise invalid.
I've been exploring the below (bottom of base.py) but no luck so far. Would you have any insights?
Thanks,
Andy.
self.s3.Object(
self.settings_dict["BUCKET"], self.settings_dict["REMOTE_NAME"],
).put(Body=file_bytes, ContentMD5=base64.b64encode(binascii.unhexlify(current_md5)).decode("utf-8"))