minio / mc

Unix like utilities for object store
https://min.io/download
GNU Affero General Public License v3.0
2.86k stars 548 forks source link

rm rm -I s3/ferenginar/newobject.bin fails #1486

Closed harshavardhana closed 8 years ago

harshavardhana commented 8 years ago

Before the fix.

harsha@command:~/mygo/src/github.com/minio/minio-go (implement-readseeker *)$ mc rm --debug -I s3/ferenginar/newobject.bin-2
mc: <ERROR> Unable to stat. Requested file ‘/ferenginar/newobject.bin-2’ not found
 (2) rm-main.go:125 main.checkRmSyntax(..) Tags: [https://s3.amazonaws.com/ferenginar/newobject.bin-2]
 (1) url.go:66 main.url2Stat(..) Tags: [https://s3.amazonaws.com/ferenginar/newobject.bin-2]
 (0) pkg/client/s3/s3.go:275 s3.(*s3Client).Stat(..)
 Release-Tag:UNOFFICIAL.2015-11-24T22-11-46Z | Commit:997527ee6ceb4c74f51ae4866f228b6a9215f131 | Host:command.local | OS:darwin | Arch:amd64 | Lang:go1.5.1 | Mem:1.7MB/9.1MB | Heap:1.7MB/5.9MB

After the fix.

harsha@command:~/mygo/src/github.com/minio/minio-go (implement-readseeker *)$ mc rm --debug -I s3/ferenginar/newobject.bin-2
Removed ‘https://s3.amazonaws.com/ferenginar/newobject.bin-2’.
lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.