When I try to publish to S3 I get a hard crash. Rapid Weaver Version 8.7 (20860). MacOS Mojave with 40Gb.
In Publishing Setup I’ve added the Access Key and Secret Key and it’s displayed my buckets as expected and allows me to choose the correct one. I’ve tested the keys through Boto in a Python script and they’re working as expected, giving me access to everything they should have.
Is there an email address I can send the crash log to? I’m new to Rapid Weaver so not really sure what to check or look at…
thanks
Actually looking at the crash log I think I know what’s causing the problem. It looks like they’re using Curl to handle the upload. Curl returns a certificate error when trying to upload to S3 when the bucket name has “.” characters in it because it’s trying to validate the certificate against a non-existent domain rather than the S3 domain. I ran into this about a month ago on a project. So it’s most likely that the error is causing something to break in their code. I’ll send them the log so they can look into it further.
one other question - do the publishing logs contain the S3 keys? I’m ok if they do, but just need to know so I can invalidate them once we’ve sorted this out.