# rclone config
No remotes found, make a new one?
n) New remote
s) Set configuration password
q) Quit config
n/s/q> n
Enter name for new remote.
name> storj-fu
Option Storage.
Type of storage to configure.
Choose a number from below, or type in your own value.
[snip]
Storage> s3
Option provider.
Choose your S3 provider.
Choose a number from below, or type in your own value.
Press Enter to leave empty.
[snip]
provider> Storj
Option env_auth.
Get AWS credentials from runtime (environment variables or EC2/ECS meta data if no env vars).
Only applies if access_key_id and secret_access_key is blank.
Choose a number from below, or type in your own boolean value (true or false).
Press Enter for the default (false).
1 / Enter AWS credentials in the next step.
\ (false)
2 / Get AWS credentials from the environment (env vars or IAM).
\ (true)
env_auth> 1
Option access_key_id.
AWS Access Key ID.
Leave blank for anonymous access or runtime credentials.
Enter a value. Press Enter to leave empty.
access_key_id> jvzohkaclwulrmq6irokuu7vp7ya
Option secret_access_key.
AWS Secret Access Key (password).
Leave blank for anonymous access or runtime credentials.
Enter a value. Press Enter to leave empty.
secret_access_key> [redacted]
Option endpoint.
Endpoint for Storj Gateway.
Choose a number from below, or type in your own value.
Press Enter to leave empty.
1 / Global Hosted Gateway
\ (gateway.storjshare.io)
endpoint> 1
Edit advanced config?
y) Yes
n) No (default)
y/n> n
Configuration complete.
The access token and secret are the same as I’m using for Mastodon. Now when I run rclone copy test storj-fu:test
, I get:
2023/02/06 21:43:52 ERROR : Attempt 1/3 failed with 1 errors and: Forbidden: Forbidden
status code: 403, request id: 17415A4F41D8CC94, host id:
2023/02/06 21:43:52 ERROR : Attempt 2/3 failed with 1 errors and: Forbidden: Forbidden
status code: 403, request id: 17415A4F464A08A4, host id:
2023/02/06 21:43:53 ERROR : Attempt 3/3 failed with 1 errors and: Forbidden: Forbidden
status code: 403, request id: 17415A4F4A629FF3, host id:
2023/02/06 21:43:53 Failed to copy: Forbidden: Forbidden
status code: 403, request id: 17415A4F4A629FF3, host id:
What should I do?