Emmanuel Cousin

Results 79 comments of 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...

@binary-koan _a Could you review?

@binary-koan _a I've addressed your comments, I brought back the `Credit::Error` constant since the tests in CI pass. Maybe caching, maybe a dependency I'm not aware of, but I'd rather...

@slavingia CI is failing on main, I think nothing, including this, has been deployed for a while. This issue got closed automatically when I merged the PR, thanks for reopening...

@12Knocksinna we merged a fix about this today: https://github.com/antiwork/gumroad/pull/1855 Will keep you posted when it is live in production!

@slavingia the fix has been deployed to production and I was no longer able to reproduce the problem on my Gumroad account. @12Knocksinna can you let me know if it's...

@code-bunny I'd keep the default parser simple, but if you really need this feel free to create a pull request with what you would like to see changed 🙏