Skip to content

Commit 4973744

Browse files
authored
Merge pull request #137 from iterate-ch/issue/136
Use dictionary for properties
2 parents bbbb7bd + 5822f98 commit 4973744

File tree

130 files changed

+569
-419
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+569
-419
lines changed

AWS PrivateLink for Amazon S3 (VPC endpoint).cyberduckprofile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@
1717
<key>Username Configurable</key>
1818
<true/>
1919
<key>Properties</key>
20-
<array>
21-
<string>s3.bucket.virtualhost.disable=true</string>
22-
<string>s3.endpoint.dualstack.enable=false</string>
23-
</array>
20+
<dict>
21+
<key>s3.bucket.virtualhost.disable</key>
22+
<true/>
23+
<key>s3.endpoint.dualstack.enable</key>
24+
<false/>
25+
</dict>
2426
</dict>
2527
</plist>

Backblaze B2 (S3 compatible API eu-central-003).cyberduckprofile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@
4040
<key>Help</key>
4141
<string>https://help.cyberduck.io/b2</string>
4242
<key>Properties</key>
43-
<array>
44-
<string>s3.upload.checksum.header=false</string>
45-
</array>
43+
<dict>
44+
<key>s3.upload.checksum.header</key>
45+
<false/>
46+
</dict>
4647
<key>Disk</key>
4748
<string>
4849
TU0AKgAANxSAACBQOCQWDQeEQmFQuGQ2HQ+IRGJROKRWLReMRmNRuOR2PR+QSGRSOSSWTS

Backblaze B2 (S3 compatible API us-east-005).cyberduckprofile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@
4040
<key>Help</key>
4141
<string>https://help.cyberduck.io/b2</string>
4242
<key>Properties</key>
43-
<array>
44-
<string>s3.upload.checksum.header=false</string>
45-
</array>
43+
<dict>
44+
<key>s3.upload.checksum.header</key>
45+
<false/>
46+
</dict>
4647
<key>Disk</key>
4748
<string>
4849
TU0AKgAANxSAACBQOCQWDQeEQmFQuGQ2HQ+IRGJROKRWLReMRmNRuOR2PR+QSGRSOSSWTS

Backblaze B2 (S3 compatible API us-west-000).cyberduckprofile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@
4040
<key>Help</key>
4141
<string>https://help.cyberduck.io/b2</string>
4242
<key>Properties</key>
43-
<array>
44-
<string>s3.upload.checksum.header=false</string>
45-
</array>
43+
<dict>
44+
<key>s3.upload.checksum.header</key>
45+
<false/>
46+
</dict>
4647
<key>Disk</key>
4748
<string>
4849
TU0AKgAANxSAACBQOCQWDQeEQmFQuGQ2HQ+IRGJROKRWLReMRmNRuOR2PR+QSGRSOSSWTS

Backblaze B2 (S3 compatible API us-west-001).cyberduckprofile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@
4040
<key>Help</key>
4141
<string>https://help.cyberduck.io/b2</string>
4242
<key>Properties</key>
43-
<array>
44-
<string>s3.upload.checksum.header=false</string>
45-
</array>
43+
<dict>
44+
<key>s3.upload.checksum.header</key>
45+
<false/>
46+
</dict>
4647
<key>Disk</key>
4748
<string>
4849
TU0AKgAANxSAACBQOCQWDQeEQmFQuGQ2HQ+IRGJROKRWLReMRmNRuOR2PR+QSGRSOSSWTS

Backblaze B2 (S3 compatible API us-west-002).cyberduckprofile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@
4040
<key>Help</key>
4141
<string>https://help.cyberduck.io/b2</string>
4242
<key>Properties</key>
43-
<array>
44-
<string>s3.upload.checksum.header=false</string>
45-
</array>
43+
<dict>
44+
<key>s3.upload.checksum.header</key>
45+
<false/>
46+
</dict>
4647
<key>Disk</key>
4748
<string>
4849
TU0AKgAANxSAACBQOCQWDQeEQmFQuGQ2HQ+IRGJROKRWLReMRmNRuOR2PR+QSGRSOSSWTS

ByteArk Storage (st-th).cyberduckprofile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@
2929
<string>st-th</string>
3030
</array>
3131
<key>Properties</key>
32-
<array>
33-
<string>s3.storage.class.options=STANDARD</string>
34-
</array>
32+
<dict>
33+
<key>s3.storage.class.options</key>
34+
<string>STANDARD</string>
35+
</dict>
3536
<key>Help</key>
3637
<string>https://docs.byteark.com/en/storage/tools/cyberduck/</string>
3738
</dict>

ByteArk Storage (st-th-1).cyberduckprofile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@
2929
<string>default</string>
3030
</array>
3131
<key>Properties</key>
32-
<array>
33-
<string>s3.storage.class.options=STANDARD NEARLINE</string>
34-
</array>
32+
<dict>
33+
<key>s3.storage.class.options</key>
34+
<string>STANDARD NEARLINE</string>
35+
</dict>
3536
<key>Help</key>
3637
<string>https://docs.byteark.com/en/storage/tools/cyberduck/</string>
3738
</dict>

ByteArk Storage (st-th-2).cyberduckprofile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@
2929
<string>default</string>
3030
</array>
3131
<key>Properties</key>
32-
<array>
33-
<string>s3.storage.class.options=STANDARD NEARLINE</string>
34-
</array>
32+
<dict>
33+
<key>s3.storage.class.options</key>
34+
<string>STANDARD NEARLINE</string>
35+
</dict>
3536
<key>Help</key>
3637
<string>https://docs.byteark.com/en/storage/tools/cyberduck/</string>
3738
</dict>

ByteArk Storage (st-th-archive).cyberduckprofile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@
2929
<string>default</string>
3030
</array>
3131
<key>Properties</key>
32-
<array>
33-
<string>s3.storage.class.options=STANDARD</string>
34-
</array>
32+
<dict>
33+
<key>s3.storage.class.options</key>
34+
<string>STANDARD</string>
35+
</dict>
3536
<key>Help</key>
3637
<string>https://docs.byteark.com/en/storage/tools/cyberduck/</string>
3738
</dict>

0 commit comments

Comments
 (0)