Skip to content

Instantly share code, notes, and snippets.

@vadimkantorov
Created July 16, 2025 13:24
Show Gist options
  • Save vadimkantorov/6d9abdc69567e60a5e9aaa3165d218b6 to your computer and use it in GitHub Desktop.
Save vadimkantorov/6d9abdc69567e60a5e9aaa3165d218b6 to your computer and use it in GitHub Desktop.
s3cmd config .s3cfg for Nebius s3
# 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