s3: Document cross region bucket limitations - fixes #105

This commit is contained in:
Nick Craig-Wood 2015-08-25 20:15:50 +01:00
parent 5c226e91c0
commit f8b7eaec93

View File

@ -125,6 +125,14 @@ rclone supports multipart uploads with S3 which means that it can
upload files bigger than 5GB. Note that files uploaded with multipart upload files bigger than 5GB. Note that files uploaded with multipart
upload don't have an MD5SUM. upload don't have an MD5SUM.
### Buckets and Regions ###
With Amazon S3 you can list buckets (`rclone lsd`) using any region,
but you can only access the content of a bucket from the region it was
created in. If you attempt to access a bucket from the wrong region,
you will get an error, `incorrect region, the bucket is not in 'XXX'
region`.
### Ceph ### ### Ceph ###
Ceph is an object storage system which presents an Amazon S3 interface. Ceph is an object storage system which presents an Amazon S3 interface.