Skip to content

Instantly share code, notes, and snippets.

@sshaplygin
Last active August 30, 2025 13:24
Show Gist options
  • Select an option

  • Save sshaplygin/85cc8ecbd620f2053493939f07570e88 to your computer and use it in GitHub Desktop.

Select an option

Save sshaplygin/85cc8ecbd620f2053493939f07570e88 to your computer and use it in GitHub Desktop.
Yandex Cloud S3 profile for Cyberduck
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Protocol</key>
<string>s3</string>
<key>Provider</key>
<string>s3-path-style</string>
<key>Hostname</key>
<string>storage.yandexcloud.net</string>
<key>Port</key>
<string>443</string>
<key>Username</key>
<string>[YOUR_USER_NAME]</string>
<key>Path</key>
<string>[YOUR_PATH]</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment