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.

Revisions

  1. sshaplygin renamed this gist Aug 30, 2025. 1 changed file with 3 additions and 6 deletions.
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@
    <key>Protocol</key>
    <string>s3</string>

    <key>Vendor</key>
    <key>Provider</key>
    <string>s3-path-style</string>

    <key>Hostname</key>
    @@ -14,13 +14,10 @@
    <key>Port</key>
    <string>443</string>

    <key>Description</key>
    <string>Yandex Cloud S3 configuration</string>

    <key>Username</key>
    <string>[ACCESS_KEY_ID]</string>
    <string>[YOUR_USER_NAME]</string>

    <key>Path</key>
    <string>/[YOUR_BUCKER]/[PATH]</string>
    <string>[YOUR_PATH]</string>
    </dict>
    </plist>
  2. sshaplygin created this gist Aug 30, 2025.
    26 changes: 26 additions & 0 deletions Yandex Cloud S3.cyberduckprofile
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,26 @@
    <?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>Vendor</key>
    <string>s3-path-style</string>

    <key>Hostname</key>
    <string>storage.yandexcloud.net</string>

    <key>Port</key>
    <string>443</string>

    <key>Description</key>
    <string>Yandex Cloud S3 configuration</string>

    <key>Username</key>
    <string>[ACCESS_KEY_ID]</string>

    <key>Path</key>
    <string>/[YOUR_BUCKER]/[PATH]</string>
    </dict>
    </plist>