https://github.com/rayhaanbhikha/localstack-s3-ui
UI to display items in Localstack S3 bucket
https://github.com/rayhaanbhikha/localstack-s3-ui
aws golang localstack localstack-s3-ui s3 s3-bucket
Last synced: 12 months ago
JSON representation
UI to display items in Localstack S3 bucket
- Host: GitHub
- URL: https://github.com/rayhaanbhikha/localstack-s3-ui
- Owner: rayhaanbhikha
- License: mit
- Created: 2020-04-18T21:55:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T19:32:24.000Z (over 3 years ago)
- Last Synced: 2025-04-30T21:49:43.675Z (about 1 year ago)
- Topics: aws, golang, localstack, localstack-s3-ui, s3, s3-bucket
- Language: Go
- Size: 1.79 MB
- Stars: 17
- Watchers: 1
- Forks: 4
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Localstack S3 UI
At the moment [Localstack](https://github.com/localstack/localstack) does not offer a UI to view content stored in S3. Assuming you're running localstack via docker and have provided the correct envs and volume mappings. Localstack will store the S3 content in this file `/tmp/localstack/data/recorded_api_calls.json`.
This [docker image](https://hub.docker.com/repository/docker/gosuper/localstack-s3-ui) when used with Localstack, will parse the above file and generate a UI.
More information is available [here](./example/README.md) to get set up.