Skip to content

Commit

Permalink
docs: Cleanup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshavardhana committed Dec 31, 2015
1 parent ad4cf83 commit 0a2537f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

Please go through this link [Maintainer Responsibility](https://gist.github.com/abperiasamy/f4d9b31d3186bbd26522)

## Current Maintainers

- Harshavardhana
- Balamurugan Arumugam

### Setup your minio-py Github Repository

Fork [minio-py upstream](https://github.com/minio/minio-py/fork) source repository to your own personal repository.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: examples
.PHONY: examples tests publish

publish:
python setup.py register
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ pip install minio
from minio import Minio

# Instantiate a client
client = Minio('https://s3.amazonaws.com',
client = Minio('s3.amazonaws.com',
access_key='access_key',
secret_key='secret_key')

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ pip install minio
from minio import Minio
# Instantiate a client
client = Minio('https://s3.amazonaws.com',
client = Minio('s3.amazonaws.com',
access_key='access_key',
secret_key='secret_key')
Expand Down

0 comments on commit 0a2537f

Please sign in to comment.