Upgrade csi-spec, fix tests

This commit is contained in:
Cyrill Troxler 2019-05-14 21:01:54 +02:00
parent a670d7fb4d
commit 6663621a25
8 changed files with 67 additions and 44 deletions

View file

@ -120,7 +120,8 @@ func (client *s3Client) emptyBucket(bucketName string) error {
}
}
return nil
// ensure our prefix is also removed
return client.minio.RemoveObject(bucketName, fsPrefix)
}
func (client *s3Client) setBucket(bucket *bucket) error {