kopia lustrzana https://github.com/gaul/s3proxy
Update andrewgaul references to gaul
rodzic
12e723e5b5
commit
5a7ae64099
|
@ -1,3 +1,3 @@
|
||||||
[submodule "s3-tests"]
|
[submodule "s3-tests"]
|
||||||
path = s3-tests
|
path = s3-tests
|
||||||
url = https://github.com/andrewgaul/s3-tests.git
|
url = https://github.com/gaul/s3-tests.git
|
||||||
|
|
28
README.md
28
README.md
|
@ -1,7 +1,7 @@
|
||||||
S3Proxy
|
S3Proxy
|
||||||
=======
|
=======
|
||||||
|
|
||||||
[![Github All Releases](https://img.shields.io/github/downloads/andrewgaul/s3proxy/total.svg)](https://github.com/andrewgaul/s3proxy/releases/)
|
[![Github All Releases](https://img.shields.io/github/downloads/gaul/s3proxy/total.svg)](https://github.com/gaul/s3proxy/releases/)
|
||||||
[![Docker Pulls](https://img.shields.io/docker/pulls/andrewgaul/s3proxy.svg)](https://hub.docker.com/r/andrewgaul/s3proxy/)
|
[![Docker Pulls](https://img.shields.io/docker/pulls/andrewgaul/s3proxy.svg)](https://hub.docker.com/r/andrewgaul/s3proxy/)
|
||||||
[![Maven Central](https://img.shields.io/maven-central/v/org.gaul/s3proxy.svg)](https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22s3proxy%22)
|
[![Maven Central](https://img.shields.io/maven-central/v/org.gaul/s3proxy.svg)](https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22s3proxy%22)
|
||||||
[![Twitter Follow](https://img.shields.io/twitter/follow/S3Proxy.svg?style=social&label=Follow)](https://twitter.com/S3Proxy)
|
[![Twitter Follow](https://img.shields.io/twitter/follow/S3Proxy.svg?style=social&label=Follow)](https://twitter.com/S3Proxy)
|
||||||
|
@ -22,7 +22,7 @@ and has instructions on how to run it.
|
||||||
|
|
||||||
Usage without Docker
|
Usage without Docker
|
||||||
--------------------
|
--------------------
|
||||||
Users can [download releases](https://github.com/andrewgaul/s3proxy/releases)
|
Users can [download releases](https://github.com/gaul/s3proxy/releases)
|
||||||
from GitHub. Developers can build the project by running `mvn package` which
|
from GitHub. Developers can build the project by running `mvn package` which
|
||||||
produces a binary at `target/s3proxy`. S3Proxy requires Java 7 to run.
|
produces a binary at `target/s3proxy`. S3Proxy requires Java 7 to run.
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ Usage with Java
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
Maven Central hosts S3Proxy artifacts and the wiki has
|
Maven Central hosts S3Proxy artifacts and the wiki has
|
||||||
[instructions on Java use](https://github.com/andrewgaul/s3proxy/wiki/Using-S3Proxy-in-Java-projects).
|
[instructions on Java use](https://github.com/gaul/s3proxy/wiki/Using-S3Proxy-in-Java-projects).
|
||||||
|
|
||||||
Supported storage backends
|
Supported storage backends
|
||||||
--------------------------
|
--------------------------
|
||||||
|
@ -84,15 +84,15 @@ Supported storage backends
|
||||||
* s3 (all implementations)
|
* s3 (all implementations)
|
||||||
* transient (in-memory storage)
|
* transient (in-memory storage)
|
||||||
|
|
||||||
See the wiki for [examples of configurations](https://github.com/andrewgaul/s3proxy/wiki/Storage-backend-examples).
|
See the wiki for [examples of configurations](https://github.com/gaul/s3proxy/wiki/Storage-backend-examples).
|
||||||
|
|
||||||
Middlewares
|
Middlewares
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
S3Proxy can modify its behavior based on middlewares:
|
S3Proxy can modify its behavior based on middlewares:
|
||||||
|
|
||||||
* [eventual consistency modeling](https://github.com/andrewgaul/s3proxy/wiki/Middleware---eventual-consistency)
|
* [eventual consistency modeling](https://github.com/gaul/s3proxy/wiki/Middleware---eventual-consistency)
|
||||||
* [large object mocking](https://github.com/andrewgaul/s3proxy/wiki/Middleware-large-object-mocking)
|
* [large object mocking](https://github.com/gaul/s3proxy/wiki/Middleware-large-object-mocking)
|
||||||
|
|
||||||
Limitations
|
Limitations
|
||||||
-----------
|
-----------
|
||||||
|
@ -102,28 +102,28 @@ S3Proxy has broad compatibility with the S3 API, however, it does not support:
|
||||||
* ACLs other than private and public-read
|
* ACLs other than private and public-read
|
||||||
* BitTorrent hosting
|
* BitTorrent hosting
|
||||||
* bucket logging
|
* bucket logging
|
||||||
* cross-origin resource sharing, see [#142](https://github.com/andrewgaul/s3proxy/issues/142)
|
* cross-origin resource sharing, see [#142](https://github.com/gaul/s3proxy/issues/142)
|
||||||
* hosting static websites
|
* hosting static websites
|
||||||
* POST upload policies, see [#73](https://github.com/andrewgaul/s3proxy/issues/73)
|
* POST upload policies, see [#73](https://github.com/gaul/s3proxy/issues/73)
|
||||||
* list objects v2, see [#168](https://github.com/andrewgaul/s3proxy/issues/168)
|
* list objects v2, see [#168](https://github.com/gaul/s3proxy/issues/168)
|
||||||
* object server-side encryption
|
* object server-side encryption
|
||||||
* object tagging
|
* object tagging
|
||||||
* object versioning, see [#74](https://github.com/andrewgaul/s3proxy/issues/74)
|
* object versioning, see [#74](https://github.com/gaul/s3proxy/issues/74)
|
||||||
* requester pays buckets
|
* requester pays buckets
|
||||||
* storage classes, see [#234](https://github.com/andrewgaul/s3proxy/issues/234)
|
* storage classes, see [#234](https://github.com/gaul/s3proxy/issues/234)
|
||||||
|
|
||||||
S3Proxy emulates the following operations:
|
S3Proxy emulates the following operations:
|
||||||
|
|
||||||
* copy multi-part objects, see [#76](https://github.com/andrewgaul/s3proxy/issues/76)
|
* copy multi-part objects, see [#76](https://github.com/gaul/s3proxy/issues/76)
|
||||||
|
|
||||||
The wiki collects
|
The wiki collects
|
||||||
[compatability notes](https://github.com/andrewgaul/s3proxy/wiki/Storage-backend-compatibility)
|
[compatability notes](https://github.com/gaul/s3proxy/wiki/Storage-backend-compatibility)
|
||||||
for specific storage backends.
|
for specific storage backends.
|
||||||
|
|
||||||
Support
|
Support
|
||||||
-------
|
-------
|
||||||
|
|
||||||
[GitHub issues](https://github.com/andrewgaul/s3proxy/issues) provide community
|
[GitHub issues](https://github.com/gaul/s3proxy/issues) provide community
|
||||||
support. Andrew Gaul provides commercial support via <andrew@gaul.org>.
|
support. Andrew Gaul provides commercial support via <andrew@gaul.org>.
|
||||||
|
|
||||||
References
|
References
|
||||||
|
|
8
pom.xml
8
pom.xml
|
@ -13,7 +13,7 @@
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>S3 Proxy</name>
|
<name>S3 Proxy</name>
|
||||||
<url>https://github.com/andrewgaul/s3proxy</url>
|
<url>https://github.com/gaul/s3proxy</url>
|
||||||
<description>Access other storage backends via the S3 API</description>
|
<description>Access other storage backends via the S3 API</description>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
|
@ -25,9 +25,9 @@
|
||||||
</licenses>
|
</licenses>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:git@github.com:andrewgaul/s3proxy.git</connection>
|
<connection>scm:git:git@github.com:gaul/s3proxy.git</connection>
|
||||||
<developerConnection>scm:git:git@github.com:andrewgaul/s3proxy.git</developerConnection>
|
<developerConnection>scm:git:git@github.com:gaul/s3proxy.git</developerConnection>
|
||||||
<url>git@github.com:andrewgaul/s3proxy.git</url>
|
<url>git@github.com:gaul/s3proxy.git</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
|
|
Ładowanie…
Reference in New Issue