kopia lustrzana https://github.com/gaul/s3proxy
Update andrewgaul references to gaul
rodzic
12e723e5b5
commit
5a7ae64099
|
@ -1,3 +1,3 @@
|
|||
[submodule "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
|
||||
=======
|
||||
|
||||
[![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/)
|
||||
[![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)
|
||||
|
@ -22,7 +22,7 @@ and has instructions on how to run it.
|
|||
|
||||
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
|
||||
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
|
||||
[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
|
||||
--------------------------
|
||||
|
@ -84,15 +84,15 @@ Supported storage backends
|
|||
* s3 (all implementations)
|
||||
* 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
|
||||
-----------
|
||||
|
||||
S3Proxy can modify its behavior based on middlewares:
|
||||
|
||||
* [eventual consistency modeling](https://github.com/andrewgaul/s3proxy/wiki/Middleware---eventual-consistency)
|
||||
* [large object mocking](https://github.com/andrewgaul/s3proxy/wiki/Middleware-large-object-mocking)
|
||||
* [eventual consistency modeling](https://github.com/gaul/s3proxy/wiki/Middleware---eventual-consistency)
|
||||
* [large object mocking](https://github.com/gaul/s3proxy/wiki/Middleware-large-object-mocking)
|
||||
|
||||
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
|
||||
* BitTorrent hosting
|
||||
* 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
|
||||
* POST upload policies, see [#73](https://github.com/andrewgaul/s3proxy/issues/73)
|
||||
* list objects v2, see [#168](https://github.com/andrewgaul/s3proxy/issues/168)
|
||||
* POST upload policies, see [#73](https://github.com/gaul/s3proxy/issues/73)
|
||||
* list objects v2, see [#168](https://github.com/gaul/s3proxy/issues/168)
|
||||
* object server-side encryption
|
||||
* 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
|
||||
* 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:
|
||||
|
||||
* 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
|
||||
[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.
|
||||
|
||||
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>.
|
||||
|
||||
References
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -13,7 +13,7 @@
|
|||
<packaging>jar</packaging>
|
||||
|
||||
<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>
|
||||
|
||||
<licenses>
|
||||
|
@ -25,9 +25,9 @@
|
|||
</licenses>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:git@github.com:andrewgaul/s3proxy.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:andrewgaul/s3proxy.git</developerConnection>
|
||||
<url>git@github.com:andrewgaul/s3proxy.git</url>
|
||||
<connection>scm:git:git@github.com:gaul/s3proxy.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:gaul/s3proxy.git</developerConnection>
|
||||
<url>git@github.com:gaul/s3proxy.git</url>
|
||||
</scm>
|
||||
|
||||
<developers>
|
||||
|
|
Ładowanie…
Reference in New Issue