Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackintoshrao/s3v2tov4-proxy
AWS Signature V2 to AWS Signature V4 proxy
https://github.com/hackintoshrao/s3v2tov4-proxy
Last synced: 11 days ago
JSON representation
AWS Signature V2 to AWS Signature V4 proxy
- Host: GitHub
- URL: https://github.com/hackintoshrao/s3v2tov4-proxy
- Owner: hackintoshrao
- License: apache-2.0
- Created: 2016-09-06T04:45:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T04:56:16.000Z (about 8 years ago)
- Last Synced: 2024-10-05T13:41:17.441Z (about 1 month ago)
- Language: Go
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# s3v2tov4-proxy
AWS S3 Signature V2 to Signature V4 proxy server released under Apache License v2.0.
## Overview
Legacy clients using Signature V2 mechanism for S3 API authentication should
use this proxy to talk to any AWS S3 Signature V4 only S3 compatible server.Minio here is one such example which only supports AWS S3 Signature V4, you can
also use this proxy in front of new S3 regions which do not support legacy
Signature V2.## Install from Source
If you do not have a working Golang environment, please follow [How to install Golang](https://docs.minio.io/docs/how-to-install-golang).
```sh
$ go get github.com/minio/s3v2tov4-proxy
```
## Run proxy
```sh
$ s3v2tov4-proxy -l :8000 -f http://localhost:9000 -access -secret
```