Report this

What is the reason for this report?

s3cfg minimal version for auto configuration

Posted on July 20, 2024

does anyone has a template for a “minimal version” of the s3cfg file ? when using s3cmd --configure the file is rather large and most settings are aws related, i’m planning on automating tasks spanning serval locations, and would want to create s3cfg files for this tasks. it would be nice to know what are the minimal parameters required in order to make s3cmd work so i can create the cfg-files automatically.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Heya, @nullx8

I believe this will be a minimal template that you can use for the different locations and providers:

[default]
access_key = YOUR_ACCESS_KEY
secret_key = YOUR_SECRET_KEY
host_base = nyc3.digitaloceanspaces.com
host_bucket = %(bucket)s.nyc3.digitaloceanspaces.com
bucket_location = nyc3
use_https = True
signature_v2 = False

Feel free to adjust the template and script according to your specific needs and the storage provider you’re using.

Regards

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.