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

Validation of Pod, filename, and directory names #193

Open
IgorShadurin opened this issue Dec 12, 2022 · 4 comments
Open

Validation of Pod, filename, and directory names #193

IgorShadurin opened this issue Dec 12, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@IgorShadurin
Copy link
Collaborator

Hi there,

I have a question regarding the naming conventions for pods, directories, and files within the project. I am wondering what attributes should be considered when determining the name, maximum size, and allowed characters for these items. Additionally, I am curious about the maximum nesting of directories and files.

As far as I understand, it is important that these naming conventions be compatible with popular operating systems. Is there a standard that covers these requirements?

Any thoughts or suggestions would be greatly appreciated. Thank you!

@nugaon @tfius @molekilla @crtahlin @asabya

@IgorShadurin IgorShadurin added the enhancement New feature or request label Dec 12, 2022
@crtahlin
Copy link

@asabya any kind of limits stem from FUSE compatilibity, to work on all OSes?

@tfius
Copy link
Contributor

tfius commented Dec 13, 2022

basically we are fucked... and we should take the best of them all, most versatile, break things and make them as they should be

@asabya
Copy link
Contributor

asabya commented Dec 13, 2022

Simply put, file or folder names can have these character sets

Uppercase A to Z
Lowercase a to z
Numbers 0 to 9
Period (.)
Underscore (_)
Hyphen (-)

taken from here.

We follow / on POSIX for path separator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants