Open GoogleCodeExporter opened 8 years ago
Looks like my "fix" breaks s3-get and s3-delete ... oops.
I forgot to add the following lines to s3-get and s3-delete below the call to
verifyUrl:
bucketName=`echo $url | cut -d '/' -f2`
urlSuffix=`expr match "$url" "\/$bucketName\(\/.*\)"`
Original comment by jon.k...@gmail.com
on 16 Nov 2007 at 7:17
on osx you need urlSuffix=`expr "$url" : "\/$bucketName\(\/.*\)"` as the syntax
seem to be different...
Original comment by batl...@gmail.com
on 8 Dec 2008 at 2:36
This fix worked great for me on SuSE Linux 10.3. Thanks, jon.keys!
Original comment by admin%dn...@gtempaccount.com
on 3 Feb 2009 at 6:12
Cheers guys, 5 years on and these patches are still useful! (fixed same issue
for me on OS X 10.8.1)
Original comment by brynblac...@gmail.com
on 17 Sep 2012 at 11:39
Original issue reported on code.google.com by
jon.k...@gmail.com
on 14 Nov 2007 at 5:21Attachments: