Using s3cmd with RadosGW
That was fun, and I learned a lot making it work.
Now I’d like to actually USE it y’know?
SO….. What’s next??
🐺🔥⚗️
Well…. what felt the most sensible to me was to start by plumbing s3cmd
up to work with it.
- A functional RadosGW setup.
… ✅ Check - The desire to use
s3cmd
… ✅ Check s3cmd
installed
…
Somewhat anticlimactic, huh?
This is the config that gets generated:
Obviously there’s a couple changes to make to points3cmd
in the rght direction.Namely:
access_key
access_token
host_base
host_bucket
As a matter of fact, a barebones .s3cfg
file need only contain the following:
[default]
access_key = key
secret_key = secret
host_base = s3.example.com
host_bucket = %(bucket)s.s3.example.com
Now that we have it set up, lets make sure it works!~$ s3cmd ls
2023-02-04 23:05 s3://testbucket
2023-02-05 00:01 s3://testbucket2
~$
I’ll dive into setting up s3 webites in a future post… Toodles for now!
❤️🐺
🐺🔥⚗️