Last active
August 30, 2025 13:24
-
-
Save sshaplygin/85cc8ecbd620f2053493939f07570e88 to your computer and use it in GitHub Desktop.
Revisions
-
sshaplygin renamed this gist
Aug 30, 2025 . 1 changed file with 3 additions and 6 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ <key>Protocol</key> <string>s3</string> <key>Provider</key> <string>s3-path-style</string> <key>Hostname</key> @@ -14,13 +14,10 @@ <key>Port</key> <string>443</string> <key>Username</key> <string>[YOUR_USER_NAME]</string> <key>Path</key> <string>[YOUR_PATH]</string> </dict> </plist> -
sshaplygin created this gist
Aug 30, 2025 .There are no files selected for viewing
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 charactersOriginal 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>