https://github.com/varppi/bucketdump
AWS S3 Bucket dumping tool
https://github.com/varppi/bucketdump
s3-bucket s3-bucket-dump
Last synced: 10 months ago
JSON representation
AWS S3 Bucket dumping tool
- Host: GitHub
- URL: https://github.com/varppi/bucketdump
- Owner: varppi
- License: gpl-3.0
- Created: 2023-11-08T15:22:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-09T07:08:07.000Z (10 months ago)
- Last Synced: 2025-08-09T08:51:20.850Z (10 months ago)
- Topics: s3-bucket, s3-bucket-dump
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## Description
A minimalistic tool to dump a whole S3 bucket to your local computer WITHOUT AN API KEY. Note that this program only works for buckets where the www root is the bucket listing.
## Installation
```
go install github.com/Varppi/BucketDump@latest
```
## Usage
### Help page
```
Usage of BucketDump:
-bucket string
Bucket to dump
-save-dir string
Directory to dump the files to (default "./out/")
```
### Commands
```
BucketDump -bucket randombucket -save-dir ./randombucket1
BucketDump -bucket randombucket
```