nkrypt-xyz / nkrypt-xyz-web-server

User deployable web/API server for nkrypt.xyz community edition.
GNU General Public License v3.0
0 stars 0 forks source link

Restrict misleading, confusing and potentially conflicting characters in Bucket, Directory and File name #12

Open iShafayet opened 2 years ago

iShafayet commented 2 years ago

Rejected characters and rules:

% percent

& ampersand

{ left curly bracket

} right curly bracket

\ back slash

< left angle bracket

right angle bracket

? question mark

/ forward slash

blank spaces

$ dollar sign

! exclamation point

' single quotes

" double quotes

: colon

@ at sign

` backtick

| pipe

= equal sign



- Name cannot start with space, period, hyphen, or underline.
iShafayet commented 2 years ago

Ref.

  1. https://stackoverflow.com/questions/1976007/what-characters-are-forbidden-in-windows-and-linux-directory-names