Volker L
03/04/2023, 10:35 AM"{\n \"key\": \"my_access_key\",\n \"secret\": \"my_super_secret_secret\",\n \"client_kwargs\": {\n \"endpoint_url\": \"<https://123456abcdefg.r2.cloudflarestorage.com>\"\n },\n \"s3_additional_kwargs\": {\n \"ACL\":\"private\"\n },\n}"
Is this a bug in the UI, or is there any “trick” to avoid this?Christopher Boyd
03/06/2023, 2:42 PMChristopher Boyd
03/06/2023, 2:43 PMimport json
creds = { <content>}
print (json.loads(creds))
Christopher Boyd
03/06/2023, 2:43 PMVolker L
03/06/2023, 5:10 PM