Object Storage Service (OSS) SDK for Browser.js provides a variety of methods to download objects. You can choose the most suitable method based on your business requirements.
You can use the
signatureUrl
method in a browser to generate the URL to download or preview an object. For more information, see Preview or download an object.You can use range download to download a specific byte range from an object. For more information, see Range download.
You can use conditional download to download objects that meet multiple specified conditions. For example, you can specify conditions to download only objects that are last modified before the specified time or objects whose Etags match the specified values. For more information, see Conditional download.