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 f5132e0 commit c3ce2faCopy full SHA for c3ce2fa
include/miniocpp/args.h
@@ -570,7 +570,7 @@ struct PostPolicy {
570
571
~PostPolicy() = default;
572
573
- explicit operator bool() const { return !bucket.empty() && !expiration_; }
+ explicit operator bool() const { return !bucket.empty() && expiration_; }
574
575
error::Error AddEqualsCondition(std::string element, std::string value);
576
error::Error RemoveEqualsCondition(std::string element);
0 commit comments