We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9187360 commit 7f0bcd2Copy full SHA for 7f0bcd2
src/s3fs.cpp
@@ -4879,10 +4879,7 @@ int main(int argc, char* argv[])
4879
S3FS_PRN_EXIT("specifying both public_bucket and the access keys options is invalid.");
4880
exit(EXIT_FAILURE);
4881
}
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
- }
+
4886
if(!S3fsCurl::IsPublicBucket()){
4887
if(EXIT_SUCCESS != get_access_keys()){
4888
0 commit comments