forked from iterate-ch/profiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cloudflare R2 Storage (S3).cyberduckprofile
34 lines (34 loc) · 1.18 KB
/
Cloudflare R2 Storage (S3).cyberduckprofile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?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-cloudflare-r2</string>
<key>Scheme</key>
<string>https</string>
<key>Description</key>
<string>Cloudflare R2 Storage (S3)</string>
<key>Hostname Placeholder</key>
<string><accountid>.r2.cloudflarestorage.com</string>
<key>Hostname Configurable</key>
<true/>
<key>Port Configurable</key>
<false/>
<key>Region</key>
<string>auto</string>
<key>Regions</key>
<array>
<string>auto</string>
</array>
<key>Properties</key>
<array>
<string>s3.storage.class.options=STANDARD</string>
<string>s3.upload.multipart=false</string>
<string>s3.bucket.virtualhost.disable=true</string>
</array>
<key>Help</key>
<string>https://docs.cyberduck.io/protocols/s3/cloudflare/</string>
</dict>
</plist>