New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@hansdo/esdk-obs-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hansdo/esdk-obs-nodejs

esdk-obs-nodejs modified by hansdo

latest
npmnpm
Version
3.21.7
Version published
Maintainers
1
Created
Source

Version 3.21.6

New Features: None

Documentation & Demo: None

Resolved Issues:

  • [Function] Fixed the issue that data inconsistency may occur when the resumable download API is used in some scenarios.
  • [Function] Modified the intelligent segmentation logic for resumable download and upload.
  • [Function] Fixed the issue that the resumable download of SSE-C encrypted objects fails.

Version 3.1.4

New Features:

  • Supported the configuration of the maximum HTTP connections by specifying parameter max_connections during ObsClient initialization.
  • Supported the HTTP agent customization by specifying parameters http_agent and https_agent when during ObsClient initialization.
  • Supported the configuration of parameter user_agent during ObsClient initialization.
  • Allowed all APIs to return Indicator, the internal error code of OBS.
  • Added the log printing of the time required for setting up a socket connection.
  • Added the ObsClient.setObjectMetadata API for modifying object metadata.
  • Added parameter ProgressCallback into ObsClient.putObject, ObsClient.uploadPart, and ObsClient.appendObject to obtain the upload progress.

Documentation & Demo: None

Resolved Issues:

  • [Function] Added the verification of empty strings, null values, or undefined values for mandatory fields.
  • [Function] Fixed the issue that the error message returned by the OBS server cannot be obtained when error code 3xx is returned for a request.
  • [Function] Fixed the issue that an error occurs when parameter StorageClass is configured for ObsClient.putObject, ObsClient.appendObject, and ObsClient.InitiateMultipartUpload.

Version 3.1.3

New Features:

  • Allowed the log module to integrate the existing configurations.

Documentation & Demo: None

Resolved Issues:

  • Fixed the issue that the LastModified field is not in the UTC format in the responses returned by the following APIs: ObsClient.listObjects, ObsClient.listVersions, ObsClient.getObject, ObsClient.getObjectMetadata, ObsClient.copyObject, ObsClient.listParts, and ObsClient.copyPart.
  • Fixed the issue that ObsClient.close cannot be used to disconnect the link in persistent connection mode.

Version 3.1.2

New Features:

  • Upgraded the log4js dependency to the latest version.
  • Supported the FunctionGraph configuration and query in the bucket event notification APIs ObsClient.setBucketNotification and ObsClient.getBucketNotification.

Documentation & Demo:

  • Added the FunctionGraph configuration description in the event notification section of the Developer Guide.
  • Added the parameter description of FunctionGraph in sections related to configuring and obtaining bucket event notifications in the API Reference.

Resolved Issues: Fixed the issue that the error message reported by the ObsClient.createBucket API is incorrect due to protocol negotiation.

FAQs

Package last updated on 23 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts