backblaze.com Storage

A new very cheap s3 compatible storage, does anyone have information on how we could use it?

https://www.backblaze.com/apidocs/introduction-to-the-s3-compatible-api

I created a Bucket but I couldn't upload any image, maybe I missed something in the settings, do we have to change something in the code to set an alternative storge or only in the settings?

  • 689
  • More
Replies (11)
    • Hello @Romulus !

      If they use the S3 type of storage you need to use the same variant as the Default storage engine. And then track with their support all meeting problems.

      • this is the Endpoint: s3.us-east-005.backblazeb2.com

        so how should we set it in settings? backblazeb2.com, s3.backblazeb2.com or s3.us-east-005.backblazeb2.com ?

        • Backblaze has been supported by UNA since 14 beta. It has its own configuration in studio (s3 backblaze).

          Your bucket must be set to public.

          You must change configuration to s3 backblaze. You must manually move all files in /storage (use the s3 command line tool).

          Then you must go back to the database and manually set all the ones that still read local to the s3 backblaze config. Because UNA does not copy files automatically, and will not change storage engines with files in the directories.

          If you set everything, it will work.

          Any setting but the s3 backblaze under storage will fail.

          • You use the complete URL. in your case, s3.us-east-005.backblazeb2.com

            • Thank you for the answer

              • Do you know what the correct settings should be for it to work? I tried several options but none of them work, there are many possible combinations

                Storage. Default storage engine (other than Local may require custom/additional setup)

                Value available: what is the solution supported by UNA? No matter which of these settings I selected, all photos are upload locally.

                • S3
                • S3v4
                • S3v4alt

                AWS access key already setup

                AWS secret key already setup

                AWS bucket : our buchet id already setup

                AWS custom domain (require custom DNS setup)

                Endpoint (specify if other than Amazon, such as storage.googleapis.com, s3.wasabisys.com)

                • s3.us-east-005.backblazeb2.com

                Signature version (only S3v4alt storage supports both v2 and v4)

                • v4

                 Region (for signature v4 only)

                • s3.us-east-005

                Authenticate using Amazon IAM Role (S3v4alt storage only)

                • this setting is required ? I selected them but nothing happens, all the photos are uploaded to the local server

                Enable ACLs (S3v4alt storage only)

                • this setting is required ? I selected them but nothing happens, all the photos are uploaded to the local server

                Force authenticated URLs for specific storages

                • Do we need to make any changes in nginx config?

                  • You should have s3 backblaze option. It is necessary for backblaze to work.

                    • image_transcoder.php?o=sys_images_editor&h=2299&dpx=1&t=1729196945

                      S3v4Backblaze. UNA 14 RC 1

                      • No. I have been using it for almost a year. It had issues, but Alex fixed it and created the BackBlaze option. It works perfectly "out of the box".

                        • Also, you must manually move files, and manually set database for storage engine. UNA will NOT switch from Local if a file exists.

                          You must move them. Then goto storage database and change the engine manually.

                          Login or Join to comment.