forked from Cap-go/capgo.app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupabase_local.cyberduckprofile
More file actions
29 lines (29 loc) · 995 Bytes
/
Copy pathsupabase_local.cyberduckprofile
File metadata and controls
29 lines (29 loc) · 995 Bytes
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
<?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>Supabase Storage S3</string>
<key>Scheme</key>
<string>http</string>
<key>Description</key>
<string>Supabase Storage (S3)</string>
<key>Default Hostname</key>
<string>127.0.0.1</string>
<key>Default Port</key>
<string>54321</string>
<key>Region</key>
<string>local</string>
<key>Properties</key>
<array>
<string>s3.storage.class.options=STANDARD</string>
<string>s3.bucket.virtualhost.disable=true</string>
</array>
<key>Context</key>
<string>/storage/v1/s3</string>
<key>Help</key>
<string>https://supabase.com/docs/guides/storage</string>
</dict>
</plist>