Search code examples
amazon-s3object-storageminio

Is Minio S3 api is compatible with Amazon's S3


I want to have my own private hosted object storage with S3 compatibility.

Now I found minio as a solution. My question is: If I have an application A that is able to connect to amazon S3 storage does that imply that I could also connect to minio?

More specifically if minio created a presigned URL is application A (capable of amazon S3) also able to use the presigned URL?


Solution

  • Yes, minio is compatible with AWS S3. You can have your application that is currently connecting to AWS S3 connect to minio.

    Presigned URLs can be used by any application as long as they have not expired.

    If you are just starting out on minio, please join our slack channel at https://slack.min.io