File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1818dnl Process this file with autoconf to produce a configure script.
1919
2020AC_PREREQ ( 2.59 )
21- AC_INIT ( cosfs , 1.0.9 )
21+ AC_INIT ( cosfs , 1.0.10 )
2222AC_CONFIG_HEADER([ config.h] )
2323
2424AC_CANONICAL_SYSTEM
Original file line number Diff line number Diff line change @@ -4879,10 +4879,7 @@ int main(int argc, char* argv[])
48794879 S3FS_PRN_EXIT (" specifying both public_bucket and the access keys options is invalid." );
48804880 exit (EXIT_FAILURE);
48814881 }
4882- if (passwd_file.size () > 0 && S3fsCurl::IsSetAccessKeyId ()){
4883- S3FS_PRN_EXIT (" specifying both passwd_file and the access keys options is invalid." );
4884- // exit(EXIT_FAILURE);
4885- }
4882+
48864883 if (!S3fsCurl::IsPublicBucket ()){
48874884 if (EXIT_SUCCESS != get_access_keys ()){
48884885 exit (EXIT_FAILURE);
You can’t perform that action at this time.
0 commit comments