Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cloudflare R2 storage s3-compat profile #13385

Merged
merged 1 commit into from
May 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions profiles/Cloudflare R2 Storage (S3).cyberduckprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>Default Hostname</key>
<string>&lt;accountid&gt;.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>s3service.disable-dns-buckets=true</string>
dkocher marked this conversation as resolved.
Show resolved Hide resolved
</array>
<key>Help</key>
<string>https://docs.cyberduck.io/protocols/s3/cloudflare/</string>
</dict>
</plist>