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

Document bucket name format #64

Closed
orkunkl opened this issue Aug 1, 2019 · 1 comment · Fixed by #81
Closed

Document bucket name format #64

orkunkl opened this issue Aug 1, 2019 · 1 comment · Fixed by #81
Assignees

Comments

@orkunkl
Copy link
Contributor

orkunkl commented Aug 1, 2019

Apparently, bucket names must be lower case and between 3-10 characters.
var isBucketName = regexp.MustCompile(`^[a-z_]{3,10}$`).MatchString
Document this in buckets section

@orkunkl orkunkl self-assigned this Aug 1, 2019
@orkunkl
Copy link
Contributor Author

orkunkl commented Aug 1, 2019

Related to iov-one/weave#930

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 a pull request may close this issue.

1 participant