Closed hackintoshrao closed 8 years ago
@hackintoshrao got a better idea of the issue now, will take this up. :)
@sreeram-boyapati : Please build from current master and verify this.
@sreeram-boyapati : Please build from current master and verify this.
This is current behavior, what is wrong in this? 'mc mb' creates a local directory.
The following screenshot depicts the issue.
mc mb my-bucket when executed repeatedly succeeds. @sreeram-boyapati @harshavardhana
alias mkdir='mc mb'
mc mb
without alias creates local directory?? Is that documented somewhere ?
mc mb without alias creates local directory?? Is that documented somewhere ?
It happens for all commands :-)
Sure :) May be this has to be documented in README.md .
Also may be the message has to be changed from Bucket created successfully
to something else.
Also may be the message has to be changed from Bucket created successfully to something else.
👍
Sure :) May be this has to be documented in README.md .
Please go ahead. 👍
Fix the console printing in another bug. 'mc mb' is sufficiently documented.
NAME:
mc mb - Make a bucket or folder.
EXAMPLES:
1. Create a bucket on Amazon S3 cloud storage.
$ mc mb s3/mynewbucket
2. Create a new bucket on Google Cloud Storage.
$ mc mb gcs/miniocloud
4. Create a new bucket on Amazon S3 cloud storage in region ‘us-west-2’.
$ mc mb --region=us-west-2 s3/myregionbucket
5. Create a new directory including its missing parents (equivalent to ‘mkdir -p’).
$ mc mb /tmp/this/new/dir1
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
The following screenshot depicts the issue.
mc mb my-bucket
when executed repeatedly succeeds. @sreeram-boyapati @harshavardhana