Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature-16396][storage-plugin] Add Tencent Cloud COS Storage Plugin #16565

Merged
merged 5 commits into from
Sep 27, 2024

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    b441fa5 View commit details
    Browse the repository at this point in the history
  2. Code Review updates:

    * Fixed SonarCloud Quality Readability B (required >= A)
    * Added missing license files
    * YAML-ized Tencent COS configuration from common.properties
    * Added remote logger support with Tencent COS
    Mighten committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0da3d94 View commit details
    Browse the repository at this point in the history
  3. Code Review Update 2nd:

    * Removed redundant dependency: `bcprov-jdk15on-1.69.jar`
    * Relocated Tencent COS Constants, and reduced magic values in COS with constants
    * Isolated cloud storage configuration in `common.properties` -> `resource-center.yaml`
    * Fixed CodeQL: Uncontrolled data used in path expression
    Mighten committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    41b43b4 View commit details
    Browse the repository at this point in the history
  4. Code Review Update 3rd:

    * Updated log statements in `CosRemoteLogHandler`
    * Updated `CosStorageOperator`
    * Added *maven-shade-plugin* in storage-plugin-cos/pom.xml
    Mighten committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    32105bf View commit details
    Browse the repository at this point in the history
  5. Code Review Update 4th:

    * Refactored `pom.xml`
    Mighten committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2fd0793 View commit details
    Browse the repository at this point in the history