npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@hansdo/esdk-obs-nodejs

v3.21.7

Published

esdk-obs-nodejs modified by hansdo

Downloads

2

Readme

Version 3.21.6

New Features: None

Documentation & Demo: None

Resolved Issues:

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

Version 3.1.4

New Features:

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

Documentation & Demo: None

Resolved Issues:

  1. [Function] Added the verification of empty strings, null values, or undefined values for mandatory fields.
  2. [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.
  3. [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:

  1. Allowed the log module to integrate the existing configurations.

Documentation & Demo: None

Resolved Issues:

  1. 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.
  2. Fixed the issue that ObsClient.close cannot be used to disconnect the link in persistent connection mode.

Version 3.1.2

New Features:

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

Documentation & Demo:

  1. Added the FunctionGraph configuration description in the event notification section of the Developer Guide.
  2. 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.