Emmanuel Cousin
Emmanuel Cousin
Hi there, I have been encountering the exact same issue, and after digging for a while I managed to perform a direct upload to B2 successfully, but via a `POST`...
Here is the answer from Backblaze Support: > After further observation, it looks like you're using the B2 API for PUT actions rather than the S3 API. Essentially, the B2...
Hey @jeygeethan, I actually did that yesterday and indeed using the aws-sdk gem works just fine. With Rails and Active Storage, the following configuration suffices: ```yaml backblaze: service: S3 access_key_id:...
> I will try my best to see if I can patch the direct uploads verb to POST @jeygeethan Unfortunately you can't. The direct upload request's verb is hardcoded in...