Skip to content

Instantly share code, notes, and snippets.

@rgordeev
Forked from nitisht/Minio Limitations.md
Created November 2, 2022 12:15
Show Gist options
  • Save rgordeev/3761f5ddd253f707cc535e373aacf62d to your computer and use it in GitHub Desktop.
Save rgordeev/3761f5ddd253f707cc535e373aacf62d to your computer and use it in GitHub Desktop.

List of bucket API's not supported on Minio.

  • BucketACL (We implemented bucket policies instead)
  • BucketCORS (CORS enabled on all by default)
  • BucketLifecycle (Use mc rm --older-than)
  • BucketLogging (Use listenBucketNotification refer our SDK docs)
  • BucketReplication (Not needed, if needed can be setup using mc mirror)
  • BucketTagging.
  • BucketVersions.
  • BucketRequestPayment.
  • BucketVersioning
  • BucketWebsite

List of object APIs not supported on Minio.

  • ObjectTorrent.
  • ObjectACL (Bucket policies are used instead).
  • ObjectPolicy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment