Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use uniqid() to generate randomName for buckets #208

Merged
merged 1 commit into from
Oct 27, 2017

Conversation

krisis
Copy link
Member

@krisis krisis commented Oct 27, 2017

This will reduce the possibility of bucket names being same across mint
runs on the same (object storage) endpoint.

Fixes #196

This will reduce the possibility of bucket names being same across mint
runs on the same (object storage) endpoint.
Copy link
Contributor

@nitisht nitisht left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@ebozduman ebozduman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a comment that says

 # generates a unique id in the form 'aws-sdk-php-<current time in microseconds as 13 chars>' 

can be added.
Never mind! You already have a comment.

@nitisht nitisht merged commit 27ac639 into minio:master Oct 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants