Skip to content

Commit c79d5c1

Browse files
committed
feat: docs and screenshot updates
1 parent 9e0ad4f commit c79d5c1

3 files changed

Lines changed: 29 additions & 12 deletions

File tree

48.9 KB
Loading

docs.html

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Docs · BucketDock</title>
77
<meta
88
name="description"
9-
content="Connect AWS S3, Cloudflare R2 or any S3-compatible endpoint to BucketDock — and learn the keyboard shortcuts and transfer queue."
9+
content="Connect AWS S3, Cloudflare R2, Hetzner Object Storage or any S3-compatible endpoint to BucketDock — and learn the keyboard shortcuts and transfer queue."
1010
/>
1111
<link rel="icon" type="image/svg+xml" href="assets/logo.svg" />
1212
<link
@@ -139,6 +139,12 @@ <h3>Cloudflare R2</h3>
139139
separated.
140140
</p>
141141

142+
<h3>Hetzner Object Storage</h3>
143+
<pre><code>Provider: Hetzner Object Storage
144+
Endpoint: https://fsn1.your-objectstorage.com
145+
Region: (hidden in the app)
146+
Buckets: optional list</code></pre>
147+
142148
<h3>S3-compatible (MinIO, Backblaze B2, etc.)</h3>
143149
<pre><code>Provider: Custom (S3-compatible)
144150
Endpoint: https://your-endpoint.example.com
@@ -147,10 +153,10 @@ <h3>S3-compatible (MinIO, Backblaze B2, etc.)</h3>
147153

148154
<h2 id="transfers">Transfer queue</h2>
149155
<p>
150-
Every upload, download and bucket-to-bucket copy is tracked in the
151-
dock at the bottom-right of the window. Each row shows live progress
152-
(multipart uploads emit per-part progress) and a status indicator.
153-
You can:
156+
Every upload, download, bucket-to-bucket copy and bulk delete is
157+
tracked in the dock at the bottom-right of the window. Each row
158+
shows live progress (multipart uploads emit per-part progress, and
159+
deletes count objects processed) and a status indicator. You can:
154160
</p>
155161
<ul>
156162
<li><strong>Cancel</strong> a running transfer</li>
@@ -186,6 +192,11 @@ <h2 id="browse">Browse, filter and preview</h2>
186192
Storage Class, Size or Modified. Click again to reverse the
187193
direction.
188194
</li>
195+
<li>
196+
The <strong>Name</strong> column is <strong>resizable</strong>, so
197+
long filenames and folder names stay clipped instead of forcing
198+
the table wider than needed.
199+
</li>
189200
<li>
190201
The Type column shows the
191202
<strong>real <code>Content-Type</code></strong> the server
@@ -215,6 +226,11 @@ <h2 id="browse">Browse, filter and preview</h2>
215226
metadata read-only, or <strong>Edit Headers…</strong> to change
216227
Content-Type, Cache-Control, custom user metadata and more.
217228
</li>
229+
<li>
230+
Folder rows also offer <strong>Calculate Folder Size</strong> in
231+
the context menu. BucketDock walks all nested subfolders and shows
232+
the total size of every object under that prefix.
233+
</li>
218234
<li>
219235
Renaming a folder or copying a folder between buckets is
220236
implemented as a recursive copy of every object below the prefix,

index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>BucketDock — Native macOS browser for S3-compatible storage</title>
77
<meta
88
name="description"
9-
content="A fast, native macOS desktop app for AWS S3, Cloudflare R2 and other S3-compatible providers. Browse, upload, download, copy between buckets — without the AWS console."
9+
content="A fast, native macOS desktop app for AWS S3, Cloudflare R2, Hetzner Object Storage and other S3-compatible providers. Browse, upload, download, copy between buckets — without the AWS console."
1010
/>
1111
<meta name="theme-color" content="#0a0a0d" />
1212
<link rel="icon" type="image/svg+xml" href="assets/logo.svg" />
@@ -27,7 +27,7 @@
2727
/>
2828
<meta
2929
property="og:description"
30-
content="A fast, native macOS desktop app for AWS S3, Cloudflare R2 and other S3-compatible providers."
30+
content="A fast, native macOS desktop app for AWS S3, Cloudflare R2, Hetzner Object Storage and other S3-compatible providers."
3131
/>
3232
<meta property="og:url" content="https://bucketdock.com/" />
3333
<meta
@@ -114,9 +114,9 @@
114114
<div class="container">
115115
<h1>An open-source S3 client<br />for macOS.</h1>
116116
<p>
117-
Connect AWS S3, Cloudflare R2 and any S3-compatible endpoint. Browse
118-
buckets, upload, download and copy between providers — from a native
119-
Mac app.
117+
Connect AWS S3, Cloudflare R2, Hetzner Object Storage and any
118+
S3-compatible endpoint. Browse buckets, upload, download and copy
119+
between providers — from a native Mac app.
120120
</p>
121121
<div class="hero-actions">
122122
<a class="btn btn-primary" href="install.html"
@@ -169,8 +169,9 @@ <h1>An open-source S3 client<br />for macOS.</h1>
169169
</div>
170170
<h3>Multi-provider</h3>
171171
<p>
172-
AWS S3, Cloudflare R2, MinIO, Backblaze B2 and any S3-compatible
173-
endpoint. Save as many connection profiles as you need.
172+
AWS S3, Cloudflare R2, Hetzner Object Storage, MinIO, Backblaze
173+
B2 and any S3-compatible endpoint. Save as many connection
174+
profiles as you need.
174175
</p>
175176
</div>
176177
<div class="card">

0 commit comments

Comments
 (0)