For Apple Shotcuts or MWeb APP or Bash scripts
https://www.icloud.com/shortcuts/936ea0c7a9404a0ebf0cbabf9d522149
docker run -d \
--restart unless-stopped \
--name s3-proxy \
-e S3_ACCESS_ID=xxx \
-e S3_SECRET_KEY=xxx \
-e S3_REGION=xxx \
-e S3_BUCKET_NAME=xxx \
-e S3_ENDPOINT=xxx \
-e S3_URL_PREFIX=xxx \
-e HTTP_USERNAME=xxx \
-e HTTP_PASSWORD=xxx \
-p 8080:8080 \
ghcr.io/monlor/s3-proxy:main
curl -X POST -u foo:bar -F [email protected] localhost:8080/upload
brew tap monlor/taps
brew install monlor/taps/s3-proxy
s3-proxy
add custom command
s3-proxy