pradeepgn / s3fs

Automatically exported from code.google.com/p/s3fs
GNU General Public License v2.0
0 stars 0 forks source link

there is a logical error in s3fs-1.72 s3fs.cpp:2865 #365

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Detailed description of observed behavior:

Original s3f3.cpp:2865:
 if(!S3fsCurl::IsSetAccessKeyId()){
          return EXIT_SUCCESS;
       }

when reading ID&KEY from ~/.passwd-s3fs, I think it should be 
   if(S3fsCurl::IsSetAccessKeyId()){
          return EXIT_SUCCESS;
       }

What steps will reproduce the problem - please be very specific and
detailed. (if the developers cannot reproduce the issue, then it is
unlikely a fix will be found)?

===================================================================
The following information is very important in order to help us to help
you.  Omission of the following details may delay your support request or
receive no attention at all.
===================================================================
Version of s3fs being used (s3fs --version): 1.72

Version of fuse being used (pkg-config --modversion fuse):

System information (uname -a):

Distro (cat /etc/issue):

s3fs command line used (if applicable):

/etc/fstab entry (if applicable):

s3fs syslog messages (grep s3fs /var/log/syslog):

Original issue reported on code.google.com by yuzheng....@gmail.com on 22 Aug 2013 at 1:53

GoogleCodeExporter commented 8 years ago
Hi,

It is a bug(mis-coding).
I updated new revision as r470.
Please use new revision.

I closed this issue and thank you very much for reporting my bug.

Regards,

Original comment by ggta...@gmail.com on 22 Aug 2013 at 2:42