rclone – AWS S3#
Gather Prior Information
There are two pieces of info you need to gather before proceeding. For example purposes, we are going to use the US 1950 Census Dataset.
On the linked page we're able to get the bucket name nara-1950-census
and what region
the data is in. For cost-saving purposes, not all buckets are available in all regions.
You must find out what region(s) a bucket is in to be able to access its data. For
the 1950 Census Dataset, that is us-east-2
only.
How-to#
rclone config
n) New remote
- Call it whatever you want. Recommended: all lowercase, short, and no spaces.
5
1
false
(or just hit Enter)- Leave empty and hit Enter
- Leave empty and hit Enter
2
(us-east-2)- Leave empty and hit Enter
2
(us-east-2)- Leave empty and hit Enter
- Repeat step 12 until asked:
Edit advanced config?
n
y
q
To test if this is working, simply run: rclone lsd s3useast2:nara-1950-census
where s3useast2
is what you named your remote in Step 3 and nara-1950-census
is
whatever the public bucket name is (nara-1950-census
is good enough just to
test and verify). Your output should look something like: