website logo
Create accountLogin
Home
DCS
Node
Resources
Help center
Navigate through spaces
Home
DCS
Node
Resources
Help center
⌘K
Storj DCS
Get Started
AWS CLI and Hosted Gateway MT
AWS SDK and Hosted Gateway MT
Uplink CLI
Satellite Admin Console
Object Browser
Downloads
Download Uplink CLI
Download Self-hosted S3 Compatible Gateway
Download Storj Client Libraries
SDKs & Reference
Tutorial
How-to Guides
Concepts
Support
Support Overview
FAQ
Community Forum
Status Page
Help Desk
Billing, Payment & Accounts
Resources
Moved Documents
Docs powered by archbee 
9min

Rclone

Introduction

These 'Getting Starting' tutorials will showcase the process for configuring Rclone with Storj DCS. We will cover only some of the basic features in this guide.

For making the most of Rclone, take a look at the complete Rclone command reference

These guides are experimental. The main functionality appears to work, but there are expected to be undiscovered issues (including issues around connection timeouts). Please report any issues you may run into on this forum thread.

You will need one of the following:

  • Create an Access to an Object that someone else shared with you, or
  • Create Access Grant in CLI (access token) of a Storj DCS project you are a member of.

Selecting an Integration Pattern

Native

Use our native integration pattern to take advantage of client-side encryption as well as to achieve the best possible download performance. Uploads will be erasure-coded Design Decision: End-to-end Encryption, thus a 1GB upload will result in 2.68GB of data being uploaded to storage nodes across the network.

Use this pattern for

  • The strongest security
  • The best download speed

Rclone Native Integration

Hosted Gateway

Use our S3 compatible Hosted Gateway integration pattern to increase upload performance and reduce the load on your systems and network. Uploads will be encrypted and erasure-coded Design Decision: Server-side Encryption, thus a 1GB upload will result in only in 1GB of data being uploaded to the Hosted Gateway.

Use this pattern for

  • Reduced upload time
  • Reduction in network load

By selecting this integration pattern you are opting in to server-side encryption.

Rclone Hosted Gateway



Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Rclone Native Integration
Docs powered by archbee 
TABLE OF CONTENTS
Introduction
Selecting an Integration Pattern
Native
Use this pattern for
Hosted Gateway
Use this pattern for