Last active
August 30, 2025 13:24
-
-
Save sshaplygin/85cc8ecbd620f2053493939f07570e88 to your computer and use it in GitHub Desktop.
Yandex Cloud S3 profile for Cyberduck
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
| <?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