Wykres commitów

102 Commity (master)

Autor SHA1 Wiadomość Data
Timur Alperovich 468cffaa67
Update README.md 2024-05-02 14:04:55 -07:00
Andrew Gaul 8c1fc80e9e Add bucket locator middleware to README
Fixes #521.
2024-02-20 12:22:12 +09:00
jixinchi 60f8366d33
Add DELETE and HEAD methods for CORS and CORS headers for all responses 2023-10-18 11:34:50 +09:00
Raul Sampedro 06702abf3f add readme reference to middleware 2023-10-03 20:53:45 +09:00
Steve b134e81406
Add Access-Control-Allow-Credentials header
Fixes #415
2023-09-26 20:38:22 +09:00
Yann Defretin f84bec3dfb Align SSL/TLS terminology 2023-04-22 16:22:19 +09:00
Yann Defretin 755456e555 Improve TLS Support documentation 2023-04-22 16:22:19 +09:00
Andrew Gaul d375011388 Upgrade to Jetty 11.0.11
Jetty 9 is EOL.  This requires Java 11 and updating some Java EE
imports.  Fixes #422.
2022-08-08 21:17:40 +09:00
Andrew Gaul 29723040b5 Minio removed its cloud gateway 2022-06-20 22:21:45 +09:00
Timur Alperovich 939acd950f Add information about bucket locators 2021-10-25 16:04:04 +09:00
Timur Alperovich c055dfda9f README entry for the Alias middleware 2021-09-12 15:17:59 +09:00
Timur Alperovich 0d8f9aa96d Add Sharded Bucket middleware
Adds the sharded bucket middleware, which allows for splitting objects
across multiple backend buckets for a given virtual bucket. The
middleware should be configured as:
s3proxy.sharded-blobstore.<bucket name>.shards=<number of shards>
s3proxy.sharded-blobstore.<bucket name>.prefix=<prefix>.

All shards are named <prefix>-<index>, where index is an
integer from 0 to <number of shards> - 1. If the <prefix> is not
supplied, the <bucket name> is used as the prefix.

Listing the virtual bucket and multipart uploads are not supported. When
listing all containers, the shards are elided from the result.

Fixes #325
Fixes #351
2021-06-05 23:23:38 +09:00
Andrew Gaul 1f79d30df5 Update copyright year 2021-03-29 21:04:28 +09:00
Andrew Gaul 2812fc4482 Update requirement to Java 8 2021-03-07 18:03:26 +09:00
Andrew Gaul 90ee040784 Update a few HTTP links to HTTPS 2020-05-04 19:49:36 +09:00
Andrew Gaul 51ce7a91ad Update copyright year 2020-05-02 19:50:19 +09:00
Andrew Gaul f99ca068b7 Reorganize support heading 2020-04-29 14:48:23 +09:00
Andrew Gaul 195039660e Prefer modern markdown heading style 2020-04-29 14:43:39 +09:00
Andrew Gaul 6291e93582 Update copyright year 2019-10-22 10:26:10 -07:00
Andrew Gaul af840a4ae0 Add bucket policies to limitations
References #301.
2019-05-21 11:45:04 +09:00
Andrew Gaul 3fed3941f1 Add partial support for list objects v2
Not supporting fetch-owner until jclouds adds support for this.
Several applications like AWS CLI now require this RPC.  Fixes #168.
2019-02-13 09:57:47 -08:00
Falk Reimann e3277a4c1f Basic CORS support
This commit adds a globally configurable CORS support.  Note that this differs from AWS per-bucket support.
2018-12-22 07:19:50 +09:00
Andrew Gaul c02796e45f Rename Scality to Zenko and reparent reference 2018-04-16 21:26:34 -07:00
Andrew Gaul 19807d0c2a Add support for storage classes
Supported for head, get, put, multipart put, and list objects.  Not
supported for list multipart uploads and copy objects.  Fixes #234.
2018-02-22 00:23:54 -08:00
Andrew Gaul 05d7f201ad Correct typos
Found via codespell.
2018-02-07 20:20:28 -08:00
Andrew Gaul 7bed8768da Alphabetize limitations 2018-01-19 11:27:23 -08:00
Andrew Gaul 2905b720b8 Update copyright year 2018-01-04 14:57:47 -08:00
Andrew Gaul aa297324d8 Add select object content to limitations 2018-01-02 17:33:23 -08:00
Andrew Gaul e9063e4867 Add EMC Atmos to translation bullet
Also use and instead of or.
2017-11-04 10:12:39 -07:00
Andrew Gaul 35d7c48475 Read-only middleware
Fixes #217.
2017-10-08 18:11:14 -07:00
Andrew Gaul 5a7ae64099 Update andrewgaul references to gaul 2017-10-06 10:35:56 -07:00
Andrew Gaul 12e723e5b5 Add storage class issue to README limitations 2017-09-01 14:43:32 -07:00
Andrew Gaul a2a8f63980 Add storage classes to limitations 2017-08-28 18:32:15 -07:00
Andrew Gaul 9d59288244 Expand limitations and references 2017-05-22 10:14:56 -07:00
Andrew Gaul ec90b748af Fix references nits 2017-04-26 11:07:10 -07:00
Andrew Gaul 4337502c2e Add Scality S3 Server to references 2017-04-26 11:05:26 -07:00
Andrew Gaul 5cca563871 Add support heading 2017-04-12 13:20:49 -07:00
Andrew Gaul 0462001878 Clarify aws-s3 vs. s3 storage backend
The former is Amazon-only.
2017-03-16 20:27:29 -07:00
Andrew Gaul d43c8d4276 Add minio to references 2017-03-16 20:26:13 -07:00
Andrew Gaul 3623cf09a7 Add section about middlewares linking to wiki 2017-03-09 10:54:05 -08:00
Andrew Gaul 4c14bb2e3b Add usage with Java 2017-02-19 18:58:34 -08:00
Andrew Gaul 05c5643681 Update copyright year 2017-02-15 23:15:16 -08:00
Andrew Gaul e0c9ee0905 Add object tagging to limitations 2016-12-05 18:32:24 +08:00
Andrew Gaul aeb4ba57de Reword README summary 2016-11-16 21:16:42 -08:00
Andrew Gaul 95418a3457 Add badges to README 2016-11-16 19:46:55 -08:00
Andrew Gaul 0de31ceec6 Add list objects v2 to limitations 2016-11-16 10:55:39 -08:00
Andrew Gaul ba7ec01af2 Add Backblaze to summary 2016-09-14 11:14:38 -07:00
Andrew Gaul dcf56c3dba Give storage examples a more specific wiki link 2016-07-07 04:23:16 -07:00
Andrew Gaul da44fcd3a9 Add Docker usage 2016-07-02 16:26:52 -07:00
Andrew Gaul 3bfe5302a5 Update README for 1.5.0 release 2016-06-26 14:59:43 -07:00