LogoLogo
  • Welcome to DeOSS Guide !
  • Introduction
    • Terminologies
    • System Architecture
    • Data Access Process
  • Product Pricing
  • Get Started
    • Configure CESS Account
    • DeOSS Gateway
      • Set up your Own Gateway
      • Step 1: Create a Bucket
      • Step 2: Upload an Object
      • Step 3: Download an Object
      • Step 4: Delete the Object and Buckets
    • GO-SDK
      • Preface
      • Initialize SDK
      • SDK client properties
        • View signature account
        • View the public key of the signing account
        • Check the connected RPC address
        • View sdk name
        • View signature account mnemonic phrase
      • File operation related
        • Storage space operations related
          • Buy space
          • Expansion space
          • Renewal space
          • Authorized space
          • Cancel authorization space
        • Bucket creation
        • Upload local file
        • Upload object
        • Upload file stream
        • File download
        • File delete
        • File encryption
        • File decryption
        • File specification processing
      • Chain operation related
        • Chain status
          • View DeOSS list
          • View all storage node accounts
          • View storage node details
          • View user space details
          • View account details
          • View token symbols
          • View block synchronization information
          • View chain version number
        • Chain transaction
          • Create storage order
          • Transfer
    • JS-SDK
      • General Usage
      • Bucket Operation
      • File Operation
      • Space Operation
      • Auth Operation
      • API library
    • Rust-SDK
      • Initialize SDK
      • Buy Space
      • Authorize Space
      • Bucket Creation
      • File Upload
      • File Download
      • File Encryption
      • File Decryption
  • API Reference
    • Introduction
    • Identity signature
    • Working with Objects
      • PutObject
      • GetObject
      • DeleteObject
      • GetObjectInfo
    • Working with Buckets
      • PutBucket
      • GetBucket
      • DeleteBucket
      • ListBucket
Powered by GitBook
On this page
  • Control permissions
  • Cost
  • Ways to download objects
  • Next step
  1. Get Started
  2. DeOSS Gateway

Step 3: Download an Object

PreviousStep 2: Upload an ObjectNextStep 4: Delete the Object and Buckets

Last updated 1 year ago

This chapter describes how to download objects and considerations.

Control permissions

The objects stored on DeOSS can be accessed and downloaded by anyone.

Cost

Downloading objects does not need to pay any fee, including a gas fee.

Ways to download objects

Currently, we use the gateway to request DeOSS service. Please refer to for downloading objects.

Next step

To delete your objects, see .

GetObject
Step 4: Delete object and Bucket