AWS S3 File Manager

A secure, beautiful interface to manage your AWS S3 storage. Connect directly with complete privacy and control.

Get Started
No sign-up required100% Client-side
No backend storageFast & Lightweight

Powerful Features

Everything you need to manage your S3 storage efficiently.

Direct S3 Connection

Connect directly to your AWS S3 bucket without any intermediary services.

Beautiful Interface

Modern, intuitive design that makes file management a pleasure.

Drag & Drop Upload

Upload files easily with drag and drop functionality and progress tracking.

Folder Management

Create, navigate, and organize folders with breadcrumb navigation.

Secure & Private

Your credentials stay in your browser. No server-side storage or logging.

File Preview

View file metadata, sizes, and types with beautiful icons and layouts.

S3

my-storage-bucket

us-east-1

Images

Videos

presentation.pdf

2.3 MB

Mar 15, 2024

vacation-photo.jpg

1 MB

Mar 14, 2024

song.mp3

5 MB

Mar 13, 2024

project.zip

15 MB

Mar 12, 2024

demo-video.mp4

50 MB

Mar 11, 2024

AWS S3 Setup Guide

Follow these steps to configure your AWS S3 bucket for use with this application.

Steps:

  1. 1
    Go to your AWS S3 Console
  2. 2
    Select your bucket → Permissions tab
  3. 3
    Find "Cross-origin resource sharing (CORS)"
  4. 4
    Click Edit and paste the JSON below
  5. 5
    Save changes

Configuration:

[
    {
        "AllowedHeaders": [
            "*"
        ],
        "AllowedMethods": [
            "GET",
            "PUT",
            "POST",
            "DELETE",
            "HEAD"
        ],
        "AllowedOrigins": [
           "https://s3visualizer.vercel.app"
        ],
        "ExposeHeaders": [
            "ETag"
        ],
        "MaxAgeSeconds": 3000
    }
]

Your Security is Our Priority

We've designed this application with security at its core. Your AWS credentials never leave your browser.

Client-Side Only

All operations happen in your browser. No data is sent to external servers.

Local Storage

Your AWS keys are stored locally in your browser's secure storage.

Direct AWS Connection

Direct communication with AWS S3. No intermediary servers or data processing.

Ready to Manage Your S3 Files?

Get started instantly with powerful tools and secure access to your AWS S3 buckets.