Skip to content

Commit

Permalink
Add ByteArk storage profiles (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
icez authored Sep 4, 2024
1 parent 177c4b4 commit 1b8e230
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 0 deletions.
38 changes: 38 additions & 0 deletions ByteArk Storage (st-th).cyberduckprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?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>byteark-st-th</string>
<key>Scheme</key>
<string>https</string>
<key>Description</key>
<string>ByteArk Storage (st-th multiregion)</string>
<key>Default Hostname</key>
<string>st-th.byteark.com</string>
<key>Hostname Configurable</key>
<false/>
<key>Port Configurable</key>
<false/>
<key>Username Placeholder</key>
<string>Access Key</string>
<key>Password Placeholder</key>
<string>Secret Key</string>
<key>Authorization</key>
<string>AWS4HMACSHA256</string>
<key>Region</key>
<string>st-th</string>
<key>Regions</key>
<array>
<string>st-th</string>
</array>
<key>Properties</key>
<array>
<string>s3.storage.class.options=STANDARD</string>
</array>
<key>Help</key>
<string>https://docs.byteark.com/en/storage/tools/cyberduck/</string>
</dict>
</plist>
38 changes: 38 additions & 0 deletions ByteArk Storage (st-th-1).cyberduckprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?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>byteark-st-th-1</string>
<key>Scheme</key>
<string>https</string>
<key>Description</key>
<string>ByteArk Storage (st-th-1)</string>
<key>Default Hostname</key>
<string>st-th-1.byteark.com</string>
<key>Hostname Configurable</key>
<false/>
<key>Port Configurable</key>
<false/>
<key>Username Placeholder</key>
<string>Access Key</string>
<key>Password Placeholder</key>
<string>Secret Key</string>
<key>Authorization</key>
<string>AWS4HMACSHA256</string>
<key>Region</key>
<string>st-th-1</string>
<key>Regions</key>
<array>
<string>default</string>
</array>
<key>Properties</key>
<array>
<string>s3.storage.class.options=STANDARD NEARLINE</string>
</array>
<key>Help</key>
<string>https://docs.byteark.com/en/storage/tools/cyberduck/</string>
</dict>
</plist>
38 changes: 38 additions & 0 deletions ByteArk Storage (st-th-2).cyberduckprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?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>byteark-st-th-2</string>
<key>Scheme</key>
<string>https</string>
<key>Description</key>
<string>ByteArk Storage (st-th-2)</string>
<key>Default Hostname</key>
<string>st-th-2.byteark.com</string>
<key>Hostname Configurable</key>
<false/>
<key>Port Configurable</key>
<false/>
<key>Username Placeholder</key>
<string>Access Key</string>
<key>Password Placeholder</key>
<string>Secret Key</string>
<key>Authorization</key>
<string>AWS4HMACSHA256</string>
<key>Region</key>
<string>st-th-2</string>
<key>Regions</key>
<array>
<string>default</string>
</array>
<key>Properties</key>
<array>
<string>s3.storage.class.options=STANDARD NEARLINE</string>
</array>
<key>Help</key>
<string>https://docs.byteark.com/en/storage/tools/cyberduck/</string>
</dict>
</plist>
38 changes: 38 additions & 0 deletions ByteArk Storage (st-th-archive).cyberduckprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?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>byteark-st-th-archive</string>
<key>Scheme</key>
<string>https</string>
<key>Description</key>
<string>ByteArk Storage (st-th-archive)</string>
<key>Default Hostname</key>
<string>st-th-archive.byteark.com</string>
<key>Hostname Configurable</key>
<false/>
<key>Port Configurable</key>
<false/>
<key>Username Placeholder</key>
<string>Access Key</string>
<key>Password Placeholder</key>
<string>Secret Key</string>
<key>Authorization</key>
<string>AWS4HMACSHA256</string>
<key>Region</key>
<string>st-th-archive</string>
<key>Regions</key>
<array>
<string>default</string>
</array>
<key>Properties</key>
<array>
<string>s3.storage.class.options=STANDARD</string>
</array>
<key>Help</key>
<string>https://docs.byteark.com/en/storage/tools/cyberduck/</string>
</dict>
</plist>

0 comments on commit 1b8e230

Please sign in to comment.