Skip to main content

MinIO Server Limits Per Tenant

Erasure Code (Multiple Drives / Servers)

Browser Access

Limits of S3 API

List of Amazon S3 API’s not supported on MinIO

We found the following APIs to be redundant or less useful outside of AWS S3. If you have a different view on any of the APIs we missed, please open a github issue.

List of Amazon S3 Bucket API’s not supported on MinIO

  • BucketACL (Use bucket policies instead)
  • BucketCORS (CORS enabled by default on all buckets for all HTTP verbs)
  • BucketWebsite (Use caddy or nginx)
  • BucketAnalytics, BucketMetrics, BucketLogging (Use bucket notification APIs)
  • BucketRequestPayment

List of Amazon S3 Object API’s not supported on MinIO

Object name restrictions on MinIO

Object names that contain characters ^*|\/&"; are unsupported on Windows and other file systems which do not support filenames with these characters. Note that this list is not exhaustive, and depends on the maintainers of the filesystem itself.