Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhangyuan/s3server
https://github.com/zhangyuan/s3server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhangyuan/s3server
- Owner: zhangyuan
- License: mit
- Created: 2022-09-27T17:31:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-02T16:47:41.000Z (over 2 years ago)
- Last Synced: 2024-10-27T14:35:28.815Z (3 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# s3server
Run a webserver serving files from AWS S3.
## Usage
### Serve assets from the root of S3bucket
```
s3server yourbucketname
```Note that `yourbucketname` is just the name of the bucket, e.g. `dev-s3server`.
### Serve assets under a folder of S3bucket
```
s3server yourbucketname foldername
```