Created
July 16, 2025 13:24
-
-
Save vadimkantorov/6d9abdc69567e60a5e9aaa3165d218b6 to your computer and use it in GitHub Desktop.
s3cmd config .s3cfg for Nebius s3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Nebius s3 | |
# sudo apt-get install s3cmd # export the vars below or configure access_key / secret_key | |
# export AWS_ACCESS_KEY_ID=... | |
# export AWS_SECRET_ACCESS_KEY=... | |
# https://s3tools.org/usage | |
# s3cmd -c ~/.nebius.s3cfg ls | |
[default] | |
# access_key=... | |
# secret_key=... | |
use_https=yes | |
host_base=https://storage.eu-north1.nebius.cloud:443 | |
host_bucket=https://%(bucket)s.storage.eu-north1.nebius.cloud:443 | |
bucket_location=eu-north1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment