mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
8 lines
283 B
Plaintext
8 lines
283 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
aws configure set preview.cloudfront true
|
||
|
aws --profile mitmproxy \
|
||
|
s3 cp --acl public-read ./bucketassets/error.html s3://docs.mitmproxy.org/error.html
|
||
|
aws --profile mitmproxy \
|
||
|
s3 cp --acl public-read ./bucketassets/robots.txt s3://docs.mitmproxy.org/robots.txt
|