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 
13min

Dataverse

Storj Setup

After creating an account on Storj DCS, you'll need to create an access grant in order to get S3 credentials.

Generate S3 credentials

S3 credentials allow Dataverse to upload and download files from Storj as if it was using the S3 API. To create credentials:

  1. Click 'Access' on the left menu
  2. Select 'Create S3 Credentials'


Give your access grant a name such as 'My S3 Creds' and generate a passphrase. Your credentials will be created. These will be used to configure your Dataverse server.

Credentials will only appear once. Be sure to store them, including the Access Key and Secret Key, securely to prevent unwanted access to your files as well as allow you to configure your AWS credentials profile and to decrypt your files later.

Dataverse Setup

Configure AWS credentials profile

Dataverse will use the "AWS credentials profile file" that is configured for the user you run the Payara service with (e.g. /home/dataverse/.aws/config).

Enter the Storj S3 credentials using aws configure

Text
|


Alternatively, edit the ~/.aws/config file directly.

Text
|


If you have existing S3 credentials, create an alternative profile for Storj.

Create Bucket

If you choose a different bucket name, be sure to change it in the jvm-options below as well.

Create a bucket called dataverse to store your files.

Text
|


Configure Storj option in Dataverse

Using asadmin (usually located at /usr/local/payara5/bin/asadmin) run the following commands.

Text
|


(Optional) Make Storj the default

You'll need to delete the existing default storage driver and set a new one using jvm options:

Text
|


Create new Dataverse using Storj

After you've configured your server, the Storj storage option will appear as a when creating a new Dataverse.









Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Decentralized social media
Docs powered by archbee 
TABLE OF CONTENTS
Storj Setup
Generate S3 credentials
Dataverse Setup
Configure AWS credentials profile
Create Bucket
Configure Storj option in Dataverse
(Optional) Make Storj the default
Create new Dataverse using Storj