illegal_intercept.h 426 B

1234567891011121314
  1. #ifndef COS_CPP_SDK_V5_INCLUDE_UTIL_ILLEGAL_INTERCEPT_H_
  2. #define COS_CPP_SDK_V5_INCLUDE_UTIL_ILLEGAL_INTERCEPT_H_
  3. #include <string>
  4. namespace qcloud_cos {
  5. class IllegalIntercept {
  6. public:
  7. static bool ObjectKeySimplifyCheck(const std::string& path);
  8. static bool CheckBucket(const std::string& path);
  9. static bool isAlnum(char c);
  10. };
  11. } // namespace qcloud_cos
  12. #endif // COS_CPP_SDK_V5_INCLUDE_UTIL_ILLEGAL_INTERCEPT_H_