You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
165 lines
1.7 KiB
165 lines
1.7 KiB
3 years ago
|
---
|
||
|
|
||
|
Alias: [""]
|
||
|
Tag: ["Cloud", "Storage", "Blockchain"]
|
||
|
Date: 2022-04-11
|
||
|
DocType: "Product"
|
||
|
Hierarchy: "NonRoot"
|
||
|
TimeStamp:
|
||
|
location:
|
||
|
Product:
|
||
|
Type: "Cloud"
|
||
|
Link: https://storj.io
|
||
|
Value: free
|
||
|
CollapseMetaTable: yes
|
||
|
|
||
|
---
|
||
|
|
||
|
Parent:: [[@Computer Set Up|Computer Setup]], [[Storage and Syncing|Storage & Sync]], [[Crypto Investments|Crypto Investment]]
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
```button
|
||
|
name Edit Product parameters
|
||
|
type command
|
||
|
action MetaEdit: Run MetaEdit
|
||
|
id EditMetaData
|
||
|
```
|
||
|
^button-StorjProdEdit
|
||
|
|
||
|
```button
|
||
|
name Save
|
||
|
type command
|
||
|
action Save current file
|
||
|
id Save
|
||
|
```
|
||
|
^button-StorjProdSave
|
||
|
|
||
|
 
|
||
|
|
||
|
# Storj
|
||
|
|
||
|
 
|
||
|
|
||
|
```ad-abstract
|
||
|
title: Summary
|
||
|
collapse: open
|
||
|
Decentralised storage for professional/dev use originally
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
```toc
|
||
|
style: number
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
### Characteristics
|
||
|
|
||
|
 
|
||
|
|
||
|
[Storj](https://storj.io) is a decentralised storage capability dedicated for developpers with a free 150 GB tier.
|
||
|
|
||
|
 
|
||
|
|
||
|
#### Desk-/Laptop
|
||
|
|
||
|
Command-line access as per the below
|
||
|
|
||
|
 
|
||
|
|
||
|
#### Web portal
|
||
|
|
||
|
[EU1](https://eu1.storj.io/login)
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
### Basic CLI Commands
|
||
|
|
||
|
 
|
||
|
|
||
|
#### Create a bucket
|
||
|
|
||
|
```ad-command
|
||
|
~~~bash
|
||
|
uplink mb sj://<BUCKET NAME>
|
||
|
~~~
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
#### Copy data
|
||
|
|
||
|
```ad-command
|
||
|
~~~bash
|
||
|
uplink cp <ORIGIN> <DEST>
|
||
|
~~~
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
#### Explore bucket
|
||
|
|
||
|
```ad-command
|
||
|
~~~bash
|
||
|
uplink ls sj://<BUCKET NAME>
|
||
|
~~~
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
#### Generate Sharing Link
|
||
|
|
||
|
```ad-command
|
||
|
~~~bash
|
||
|
uplink share --url sj://<DATA ADDRESS>
|
||
|
~~~
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
#### Help
|
||
|
|
||
|
```ad-command
|
||
|
~~~bash
|
||
|
uplink --help
|
||
|
~~~
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
### Pricing
|
||
|
|
||
|
 
|
||
|
|
||
|
**Free tier**
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
### Documentation
|
||
|
|
||
|
 
|
||
|
|
||
|
[Storj - Decentralized Cloud Storage](https://www.storj.io/)
|
||
|
|
||
|
 
|
||
|
 
|