Skip to content

Commit

Permalink
remove double reference for the constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
minio-trusted committed Dec 8, 2020
1 parent b42d58d commit beb3d53
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
## 1. Constructor

### Minio(endpoint, access_key=None, secret_key=None, session_token=None, secure=True, region=None, http_client=None, credentials=None)
| |
|---------------------------------------------------------------------------------------------------------------------------------------|
| `Minio(endpoint, access_key=None, secret_key=None, session_token=None, secure=True, region=None, http_client=None, credentials=None)` |
| Initializes a new client object. |
Initializes a new client object.

__Parameters__

Expand Down

0 comments on commit beb3d53

Please sign in to comment.