S3 bahrain region support

What is the problem you are having with rclone?

s3 bahrain region is not avaiable

What is your rclone version (output from rclone version)

1.5

Which OS you are using and how many bits (eg Windows 7, 64 bit)

64

Which cloud storage system are you using? (eg Google Drive)

aws-s3

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Paste command here

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

hello and welcome to the forum,

i assume you mean aws s3, not a s3 rclone

this worked for me

[aws-bahrain]
type = s3
provider = AWS
access_key_id = id
secret_access_key = key
endpoint = s3.me-south-1.amazonaws.com
region = me-south-1

Do you want to add it to the rclone source? It shouldn't be too hard.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.