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 eb14af1 commit 89e4c0bCopy full SHA for 89e4c0b
include/miniocpp/credentials.h
@@ -69,7 +69,7 @@ struct Credentials {
69
bool IsExpired() const { return expired(expiration); }
70
71
explicit operator bool() const {
72
- return !err && !access_key.empty() && expired(expiration);
+ return !err && !access_key.empty() && !expired(expiration);
73
}
74
75
static Credentials ParseXML(std::string_view data, const std::string& root);
0 commit comments