Compatibility between Azure Blob Storage and S3 Protocol

JinQiao Li 45 Reputation points
2024-01-25T12:54:31.6233333+00:00

Is the Azure Blob Storage service compatible with the S3 protocol? I'm looking to reduce the amount of code I have to write, and I'm curious if these two services can work together.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,436 questions
{count} vote

Accepted answer
  1. Luca Lionetti 3,126 Reputation points
    2024-01-25T15:55:56.4766667+00:00

    Hi, Welcome to Microsoft Q&A community forum!
    Azure and AWS use different interfaces, so most applications and libraries designed to work with Amazon S3 don't support Azure out-of-the-box. Many third-party and open-source apps, libraries, and tools are built to take advantage of S3, including very popular tools like s3cmd;
    There is also a very popular open-source solution on GitHub, take a look at it at this link:
    https://github.com/gaul/s3proxy
    Hope this helps
    Cheers
    Luca
    Please "Accept as Answer" and Upvote if the answer provided is useful, so that you can help others in the community looking for remediation for similar issues


0 additional answers

Sort by: Most helpful