Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/53ningen/aws-redirect-rules-gen
AWS マネジメントコンソールへのリダイレクトルールを生成するジェネレータ
https://github.com/53ningen/aws-redirect-rules-gen
Last synced: 7 days ago
JSON representation
AWS マネジメントコンソールへのリダイレクトルールを生成するジェネレータ
- Host: GitHub
- URL: https://github.com/53ningen/aws-redirect-rules-gen
- Owner: 53ningen
- License: mit
- Created: 2018-04-30T02:13:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T09:07:39.000Z (over 6 years ago)
- Last Synced: 2024-11-14T03:49:26.699Z (2 months ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
aws management console redirect rules for S3 static webhosting
===see: [https://53ningen.com/chrome-address-bar-aws/](https://53ningen.com/chrome-address-bar-aws/)
## usage
```
# console
./gen > /tmp/generated.xml# cli
./json-gen > ./config.json
aws s3api put-bucket-website --bucket redirect.53ningen.com --website-configuration file://config.json
```## LICENSE
MIT