Commit Graph

32 Commits

Author SHA1 Message Date
Bharat Viswanadham 8411c2bf56 HDDS-777. Fix missing jenkins issue in s3gateway module. Contributed by Bharat Viswanadham.
(cherry picked from commit c5eb237e3e)
2018-10-31 19:11:47 -07:00
Bharat Viswanadham 81d3e1b1ae HDDS-773. Loading ozone s3 bucket browser could be failed. Contributed by Elek Marton.
(cherry picked from commit 478b2cba0d)
2018-10-31 07:55:10 -07:00
Márton Elek 7495fad190 HDDS-659. Implement pagination in GET bucket (object list) endpoint. Contributed by Bharat Viswanadham. 2018-10-31 12:21:38 +01:00
Márton Elek 11291d9c7a HDDS-712. Use x-amz-storage-class to specify replication type and replication factor. Contributed by Bharat Viswanadham. 2018-10-31 11:08:43 +01:00
Bharat Viswanadham ad61bc8d99 HDDS-743. S3 multi delete request should return XML header in quiet mode. Contributed by Elek Marton.
(cherry picked from commit 3655e573e2)
2018-10-29 15:00:51 -07:00
Márton Elek 095e8f61b7 HDDS-573. Make VirtualHostStyleFilter port agnostic. Contributed by Danilo Perez. 2018-10-29 14:51:06 +01:00
Bharat Viswanadham 63814f6d7a HDDS-739. Support MultiDeleteRequest without XML namespace. Contributed by Elek Marton.
(cherry picked from commit 199703f985)
2018-10-27 09:34:07 -07:00
Márton Elek c65054afa5 HDDS-643. Parse Authorization header in a separate filter. Contributed by Bharat Viswanadham. 2018-10-25 13:07:31 +02:00
Bharat Viswanadham 767fc0ba8a HDDS-516. Implement CopyObject REST endpoint. Contributed by Bharat Viswanadham.
(cherry picked from commit 021caaa55e)
2018-10-24 15:57:31 -07:00
Bharat Viswanadham 2777d5b051 HDDS-693. Support multi-chunk signatures in s3g PUT object endpoint. Contributed by Elek Marton.
(cherry picked from commit ebf8e1731d)
2018-10-24 12:52:15 -07:00
Bharat Viswanadham 51d2273e1a HDDS-705. addendum patch to fix find bug issue. Contributed by Bharat Viswanadham.
(cherry picked from commit f6498af0d7)
2018-10-22 10:18:41 -07:00
Nanda kumar ce6919734d HDDS-705. OS3Exception resource name should be the actual resource name.
Contributed by Bharat Viswanadham.

Recommitting after making sure that patch is clean.

(cherry picked from commit 97a41b3dbe)
2018-10-22 08:56:54 -07:00
Anu Engineer 6417a51192 HDDS-679. Add query parameter to the constructed query in VirtualHostStyleFilter.
Contributed by Bharat Viswanadham.

(cherry picked from commit d7b012e560)
2018-10-19 12:02:24 -07:00
Anu Engineer 4aa4936576 HDDS-701. Support key multi-delete.
Contributed by Elek, Marton.

(cherry picked from commit 9aebafd2da)
2018-10-19 10:22:05 -07:00
Anu Engineer 63375af8c1 HDDS-680. Provide web based bucket browser.
Contributed by Elek, Marton.

(cherry picked from commit b22651e949)
2018-10-19 08:55:56 -07:00
Bharat Viswanadham ba7d46d21c HDDS-678. Format of Last-Modified header is invalid in HEAD Object call. Contributed by Elek Marton.
(cherry picked from commit 3ed7163302)
2018-10-17 20:45:43 -07:00
Márton Elek c09f808853 HDDS-563. Support hybrid VirtualHost style URL. Contributed by Bharat Viswanadham. 2018-10-17 12:48:33 +02:00
Arpit Agarwal 1f55beb527 HDDS-378. Remove dependencies between hdds/ozone and hdfs proto files. Contributed by Elek, Marton.
(cherry picked from commit 5f0b43fa93)
2018-10-16 10:40:07 -07:00
Márton Elek 0cc5bc1108 HDDS-657. Remove {volume} path segments from all the remaining rest endpoints. Contributed by Elek, Marton. 2018-10-16 17:30:15 +02:00
Márton Elek abfff4cccb HDDS-519. Implement ListBucket REST endpoint. Contributed by LiXin Ge. 2018-10-14 12:10:31 +02:00
Márton Elek 37f1f6dd17 HDDS-518. Implement PutObject Rest endpoint. Contributed by chencan.
(cherry picked from commit ae268b4894)
2018-10-13 15:57:17 +02:00
Bharat Viswanadham cc21ce955d HDDS-613. Update HeadBucket, DeleteBucket to not to have volume in path. Contributed by Bharat Viswanadham.
(cherry picked from commit 28ca5c9d16)
2018-10-12 17:00:09 -07:00
Bharat Viswanadham 252a44f8c1 HDDS-606. Create delete s3Bucket. Contributed by Bharat Viswanadham.
(cherry picked from commit 8ae8a5004f)
2018-10-12 14:00:25 -07:00
Bharat Viswanadham 645585be64 HDDS-524. Implement PutBucket REST endpoint. Contributed by Bharat Viswanadham.
(cherry picked from commit 38fe447d93)
2018-10-12 10:03:31 -07:00
Márton Elek b64fcc71f1 HDDS-517. Implement HeadObject REST endpoint. Contributed by LiXin Ge.
(cherry picked from commit cd280514b8)
2018-10-10 15:38:53 +02:00
Bharat Viswanadham 308c614d4a HDDS-585. Handle common request identifiers in a transparent way. Contributed by Elek Marton.
(cherry picked from commit d5dd6f31fc)
2018-10-09 12:44:24 -07:00
Márton Elek d7c7f68c26 HDDS-521. Implement DeleteBucket REST endpoint. Contributed by Bharat Viswanadham. 2018-10-08 16:17:42 +02:00
Bharat Viswanadham ec075791da HDDS-520. Implement HeadBucket REST endpoint. Contributed by Bharat Viswanadham. 2018-10-02 20:13:59 -07:00
Márton Elek 81072d5e3d HDDS-560. Create Generic exception class to be used by S3 rest services. Contributed by Bharat Viswanadham. 2018-10-02 10:00:10 -04:00
Bharat Viswanadham 4eff629ab3 HDDS-525. Support virtual-hosted style URLs. Contributed by Bharat Viswanadham 2018-10-01 13:16:08 -07:00
Bharat Viswanadham 9c3fbbc4f6 HDDS-444. Add rest service to the s3gateway. Contributed by Elek Marton. 2018-09-24 22:10:16 -07:00
Bharat Viswanadham 67173b4847 HDDS-441. Create new s3gateway daemon. Contributed by Elek Marton. 2018-09-24 13:42:55 -07:00