diff --git a/README.md b/README.md index 0154671f0bfbaf93c46d70851e720bac2472aafb..edd2495b51bce2dedffbb26a3a561e60275769c9 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,16 @@ This is the _unofficial_ MinIO Dart Client SDK that provides simple APIs to acce | Bucket operations | Object operations | Presigned operations | Bucket Policy & Notification operations | |----------------------- |------------------------ |---------------------- |----------------------------------------- | -| `makeBucket` | `getObject` | presignedUrl | getBucketNotification | -| `listBuckets` | `getPartialObject` | presignedGetObject | setBucketNotification | -| `bucketExists` | `fGetObject` | presignedPutObject | removeAllBucketNotification | -| `removeBucket` | `putObject` | presignedPostPolicy | getBucketPolicy | -| `listObjects` | `fPutObject` | | setBucketPolicy | -| `listObjectsV2` | `copyObject` | | listenBucketNotification | -| `listIncompleteUploads` | `statObject` | | | -| | `removeObject` | | | -| | `removeObjects` | | | -| | `removeIncompleteUpload`| | | +| [makeBucket] | [getObject] | presignedUrl | getBucketNotification | +| [listBuckets] | [getPartialObject] | presignedGetObject | setBucketNotification | +| [bucketExists] | [fGetObject] | presignedPutObject | removeAllBucketNotification | +| [removeBucket] | [putObject] | presignedPostPolicy | getBucketPolicy | +| [listObjects] | [fPutObject] | . | setBucketPolicy | +| [listObjectsV2] | [copyObject] | . | listenBucketNotification | +| [listIncompleteUploads] | [statObject] | . | . | +| . | [removeObject] | . | . | +| . | [removeObjects] | . | . | +| . | [removeIncompleteUpload]| . | . | ## Usage @@ -57,5 +57,25 @@ Contributions to this repository are welcomed. MIT [tracker]: https://github.com/xtyxtyx/minio-dart/issues -[example]: https://example.com -[link text itself]: http://www.reddit.com \ No newline at end of file +[example]: https://pub.dev/packages/minio#-example-tab- +[link text itself]: http://www.reddit.com + +[makeBucket]: https://pub.dev/documentation/minio/latest/minio/Minio/makeBucket.html +[listBuckets]: https://pub.dev/documentation/minio/latest/minio/Minio/listBuckets.html +[bucketExists]: https://pub.dev/documentation/minio/latest/minio/Minio/bucketExists.html +[removeBucket]: https://pub.dev/documentation/minio/latest/minio/Minio/removeBucket.html +[listObjects]: https://pub.dev/documentation/minio/latest/minio/Minio/listObjects.html +[listObjectsV2]: https://pub.dev/documentation/minio/latest/minio/Minio/listObjectsV2.html +[listIncompleteUploads]: https://pub.dev/documentation/minio/latest/minio/Minio/listIncompleteUploads.html + +[getObject]: https://pub.dev/documentation/minio/latest/minio/Minio/getObject.html +[getPartialObject]: https://pub.dev/documentation/minio/latest/minio/Minio/getPartialObject.html +[putObject]: https://pub.dev/documentation/minio/latest/minio/Minio/putObject.html +[copyObject]: https://pub.dev/documentation/minio/latest/minio/Minio/copyObject.html +[statObject]: https://pub.dev/documentation/minio/latest/minio/Minio/statObject.html +[removeObject]: https://pub.dev/documentation/minio/latest/minio/Minio/removeObject.html +[removeObjects]: https://pub.dev/documentation/minio/latest/minio/Minio/removeObjects.html +[removeIncompleteUpload]: https://pub.dev/documentation/minio/latest/minio/Minio/removeIncompleteUpload.html + +[fGetObject]: https://pub.dev/documentation/minio/latest/io/MinioX/fGetObject.html +[fPutObject]: https://pub.dev/documentation/minio/latest/io/MinioX/fPutObject.html