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

Fix Windows tests #9594

Merged
merged 5 commits into from May 14, 2020
Merged

Fix Windows tests #9594

merged 5 commits into from May 14, 2020

Commits on May 13, 2020

  1. Fix Windows tests

    Replaces minio#9299
    
    Not sure if this is too aggressive:
    
    ```
    	if strings.Contains(object, "\\") {
    		// Objects cannot be contain \ in Windows and is listed as `Characters to Avoid`.
    		return ObjectNameInvalid{Bucket: bucket, Object: object}
    	}
    ```
    klauspost committed May 13, 2020
    Copy the full SHA
    af746de View commit details
    Browse the repository at this point in the history
  2. Update stuff.

    klauspost committed May 13, 2020
    Copy the full SHA
    d61f55c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    19bd596 View commit details
    Browse the repository at this point in the history
  4. Remove star????

    klauspost committed May 13, 2020
    Copy the full SHA
    26e0d87 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Copy the full SHA
    726f7d9 View commit details
    Browse the repository at this point in the history