S3Feather icon
S3Feather icon

S3Feather

S3Feather is an S3 browser that runs entirely in your browser. It is one HTML file: open it, enter your access key, secret, and bucket, and start browsing. There is nothing to install, no build step, and no server component.

UI - buckets connected

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • Online
0likes
0comments
0articles

Features

  1.  Web-Based
  2. Amazon Simple Storage Service icon  Support for Amazon S3
  3.  No installation required
  4.  Object storage

S3Feather News & Activities

Highlights All activities

Recent activities

S3Feather information

  • Developed by

    CZ flagAleksei Tertychnyi
  • Licensing

    Open Source (MIT) and Free product.
  • Alternatives

    2 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  2 Stars
  •  0 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
S3Feather was added to AlternativeTo by Aleksei-Tertychnyi on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is S3Feather?

S3Feather is an S3 browser that runs entirely in your browser. It is one HTML file: open it, enter your access key, secret, and bucket, and start browsing. There is nothing to install, no build step, and no server component. The file talks directly to the storage endpoint from the page.

It works with AWS S3 and any S3-compatible provider, including MinIO, Cloudflare R2, Wasabi, DigitalOcean Spaces, Backblaze B2, and Storj. Path-style requests and Signature V4 are used automatically, so non-AWS endpoints need only a URL. The bucket must allow cross-origin requests.

Features include an editable s3:// address bar with breadcrumbs, a command palette, full keyboard navigation, multi-bucket connection switching, list and grid views with image thumbnails, sorting and filtering across every loaded page, presigned share links from five minutes to seven days, drag-and-drop upload with per-file progress, and recursive delete with progress you can stop. Prefixes larger than S3's 1,000-entry page load on demand. A flatten mode lists every key beneath the current prefix so you can search a whole subtree rather than walking it.

Selecting more than one object, or a prefix, downloads a single ZIP archive instead of a queue of separate downloads. Archives are built with a dependency-free ZIP64 writer and streamed straight to disk where the browser supports it, so a multi-gigabyte archive never buffers in memory.

Credentials are held only in sessionStorage for the tab, never in localStorage, cookies, or on disk. Connections can be saved to a passphrase-protected .s3vault file encrypted with AES-256-GCM using PBKDF2-HMAC-SHA256 at 310,000 iterations. Note that while you are connected the keys are in page memory, so anything running in the page can read them. Running the file locally and scoping credentials to a single bucket is recommended.