rl-rock 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2435,6 +2435,8 @@ var Sandbox = class extends AbstractSandbox {
|
|
|
2435
2435
|
const credentials = await this.getOssStsCredentials();
|
|
2436
2436
|
const OSS = (await import('ali-oss')).default;
|
|
2437
2437
|
this.ossBucket = new OSS({
|
|
2438
|
+
secure: true,
|
|
2439
|
+
// Use HTTPS for OSS connections
|
|
2438
2440
|
region: envVars.ROCK_OSS_BUCKET_REGION ?? "",
|
|
2439
2441
|
accessKeyId: credentials.accessKeyId,
|
|
2440
2442
|
accessKeySecret: credentials.accessKeySecret,
|