Connecting to Internet Archive via S3 Keys

Hello,

I would like to push datasets to Internet Archive and they allow access via s3-api like keys
http://archive.org/help/abouts3.txt

S3CMD works, Rclone does not.

I am currently using the following settings and getting an incorrect key error.

type = s3
env_auth = false
access_key_id = xxx
secret_access_key = xxx
region =
endpoint = s3.us.archive.org
location_constraint =
acl =
server_side_encryption =
storage_class =

Failed to copy: InvalidAccessKeyId: The AWS Access Key Id you provided does not exist in our records.
status code: 403, request id:

Can anyone else confirm this does not work for them? I’ve reset my IA keys many times and while I can connect with S3CMD I cannot connect using Rclone.

1 Like