sinjoywong

Results 2 issues of sinjoywong

在测试TCE下kms托管的客户端加密功能时,发现sdk没有指定kms服务器的endpoint的配置接口,而是固定了公有云kms服务器地址。因此增加一个构造函数,可以配置kms服务器地址。 使用方法示例: ```java { String kmsEndPoint = ""; HttpProfile httpProfile = new HttpProfile(); httpProfile.setEndpoint(kmsEndPoint); httpProfile.setProtocol(HttpProfile.REQ_HTTP); ClientProfile clientProfile = new ClientProfile(); clientProfile.setHttpProfile(httpProfile); COSEncryptionClient cosEncryptionClient = new COSEncryptionClient(new COSStaticCredentialsProvider(cred), new KMSEncryptionMaterialsProvider(encryptionMaterials), clientConfig,...

I am trying to compile LuaJIT in sw_64 architecture, but it's not been supported: ```shell root@root1-PC:/data/sher/openresty-1.19.9.1# ./configure platform: linux (linux) cp -rp bundle/ build cd build cd LuaJIT-2.1-20210510 make TARGET_STRIP=@:...