From edc2dd3b8a80955323a2a7f58ad6eab7690dda74 Mon Sep 17 00:00:00 2001 From: xuty <xty50337@hotmail.com> Date: Sun, 29 Mar 2020 22:10:18 +0800 Subject: [PATCH] try to fix table display --- CHANGELOG.md | 4 ++++ README.md | 14 +++++++------- pubspec.yaml | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82881ed..7bd5ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.0+2 + +- try to fix table display + ## 0.1.0+1 - update README diff --git a/README.md b/README.md index 0cce5d8..1ea033e 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,17 @@ This is the _unofficial_ MinIO Dart Client SDK that provides simple APIs to acce ## API | 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]| . | . | +| [listObjects] | [fPutObject] | | setBucketPolicy | +| [listObjectsV2] | [copyObject] | | listenBucketNotification | +| [listIncompleteUploads] | [statObject] | | | +| | [removeObject] | | | +| | [removeObjects] | | | +| | [removeIncompleteUpload]| | | ## Usage diff --git a/pubspec.yaml b/pubspec.yaml index 7211eb5..bdb6bd4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: minio description: Unofficial MinIO Dart Client SDK that provides simple APIs to access any Amazon S3 compatible object storage server. -version: 0.1.0+1 +version: 0.1.0+2 homepage: https://github.com/xtyxtyx/minio-dart issue_tracker: https://github.com/xtyxtyx/minio-dart/issues -- GitLab