Questions tagged [backblaze]

Backblaze B2 Cloud Storage is a cloud object storage service from Backblaze. Feel free to post questions about integrating your app with Backblaze B2 via its S3-compatible and native APIs. Questions about general Backblaze B2 support, functionality, configuration, etc. are off-topic.

Backblaze B2 is a strongly consistent cloud object storage web service offered by Backblaze. The Backblaze S3 Compatible API integrates with existing data management tools and S3 gateways; the Backbaze B2 Native API exposes all B2 functionality, including features such as account configuration which are not accessible via the S3 Compatible API.

References

Tutorials

50 questions
1
vote
1 answer

Because Backblaze accounts only provide one B2 Cloud Storage application key, how should you handle using B2 for multiple app?

Coming from services like AWS S3 and Google Cloud Storage, I'm used to being able to use individual access accounts (like IAM on AWS and service accounts on Google Cloud) for individual apps. I always thought this made sense, that it was good…
Matt Welke
  • 1,441
  • 1
  • 15
  • 40
1
vote
1 answer

How to set Content-Length and Content-Type headers when sending a file with a HTTParty POST?

I'm setting the headers like this: where file is a test.txt size = File.size(file) h = { "Content-Type": 'text/plain' "Content-Length": size.to_s, "Other-Header": 'some-header' } b =…
Adax
  • 56
  • 1
  • 6
0
votes
0 answers

Get client uploaded file and send it to Backblaze api?

I'm building an API with Symfony and using Backblaze as a cloud storage solution. I want to allow my users to upload images that they will be allowed to use later. All my users have a specific bucket for them. I already successfully made a route…
0
votes
1 answer

How to link external storage (BackBlaze) and MySQL using Python (updated)

Quick intro to the modules: app.py - runs basic flask app, which imports file to MySQL database using SQLAlchemy. storage.py - has a connection to BackBlaze, which picks up a file from static folder and sends it for storage, storage link gets…
JPlayAAA1
  • 1
  • 2
0
votes
1 answer

Unable to call api.backblaze.com out of jboss

I am trying to upload an image to backblaze online storage. I use the backblaze java-sdk to make the call. When trying to upload an image I get the following error: 2020-04-25 11:19:45,443 ERROR [stderr] (default task-10)
N.Zukowski
  • 600
  • 1
  • 12
  • 31
1 2 3
4