Upgrade csi-spec, fix tests
This commit is contained in:
parent
a670d7fb4d
commit
6663621a25
8 changed files with 67 additions and 44 deletions
pkg/s3
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue