Dropshare User Guide

Use this page to create a support ticket.
We've moved our User Guide to kb.dropshare.app.

How to set up a RustFS connection

To set up an RustFS connection, enter the Connection Preferences, click Add Connection, and select S3 API-Compliant from the left-hand side of the list.

Fill in the following credentials from your RustFS console:

Bucket Name

Name of the bucket. It needs to be Public, otherwise files uploaded with Dropshare will not be properly accessible by URL.

Consider an access policy that allows s3:GetObject, but not s3:ListObjects, such as:

{
  "ID": "",
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "",
      "Effect": "Allow",
      "Principal": {
        "AWS": [
          "*"
        ]
      },
      "Action": [
        "s3:GetObject"
      ],
      "NotAction": [],
      "Resource": [
        "arn:aws:s3:::bucket-name/*"
      ],
      "NotResource": [],
      "Condition": {}
    }
  ]
}
Access Key IDAccess Key ID for the bucket
Secret KeySecret key associated with the created read/write Access Key
ServerAddress of the RustFS S3 service (usually runs on port 9000 if not configured otherwise).
RegionLeave empty
Domain AliasEnter a domain alias if a CNAME record has been set up for the bucket
Misc. Settings
  • Enable Use SSL if SSL has been set up
  • Enable Use Path-Style URL

 

When you're done, click Test Connection to make sure everything has been set up correctly.

 

 

Last updated:

Was this article helpful?
0 out of 0 found this helpful

If the article was not helpful, please tell us how we can improve! 🙏