Merged in bugfix/querytest (pull request #147)
Pass Test Query * passfullsutie
This commit is contained in:
@@ -46,6 +46,8 @@ func (s *Service) normalizeCreate(params *CreateParams) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Make sure the char ~ never makes way in as a valid client id character
|
||||
// Reference bucket key filename
|
||||
const CLIENT_ID_REGEX = `[a-zA-Z0-9\_#-]+`
|
||||
|
||||
func normalizeID(id *string) error {
|
||||
|
||||
Reference in New Issue
Block a user