Bug 1265792
Summary: | [RFE] Static website hosting | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Neil Levine <nlevine> |
Component: | RGW | Assignee: | Yehuda Sadeh <yehuda> |
Status: | CLOSED ERRATA | QA Contact: | shilpa <smanjara> |
Severity: | medium | Docs Contact: | Bara Ancincova <bancinco> |
Priority: | high | ||
Version: | 1.3.0 | CC: | cbodley, ceph-eng-bugs, hnallurv, justin.lund, kbader, kdreyer, mbenjamin, owasserm, robbat2, sweil, uboppana, yehuda, yweinste |
Target Milestone: | rc | Keywords: | FutureFeature |
Target Release: | 2.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | RHEL: ceph-10.2.3-2.el7cp Ubuntu: ceph_10.2.3-3redhat1xenial | Doc Type: | Enhancement |
Doc Text: |
.Ceph Object Gateway now supports static website hosting
With this feature, users can host static websites in Simple Storage Service (S3) buckets. For details, see the https://access.redhat.com/documentation/en/red-hat-ceph-storage/2/single/object-gateway-guide-for-red-hat-enterprise-linux/#configuring_gateways_for_static_web_hosting[Configuring Gateways for Static Web Hosting] chapter in the Red Hat Ceph Storage Ceph Object Gateway Guide for Red Hat Enterprise Linux.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2016-11-22 19:24:30 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1383917 |
Description
Neil Levine
2015-09-23 18:47:43 UTC
@Yuri: This code is landed; but not enabled by default. Needs more polishing still, the final merge got very messy and broke some of the functionality because of intersecting with another large change. I don't know if that covers all of your needinfo request; if so, feel free to clear the flag. Yehuda, please confirm whether this feature is complete in v10.2.0? It's still incomplete in 10.2.0, but there is an upstream PR that supposed to add the missing pieces. Thanks. retargeting to 2.1, then. @Ken: Pieces pending review & merge: - RedirectRule engine/ErrorDoc fix http://tracker.ceph.com/issues/15532 https://github.com/ceph/ceph/pull/8669 - x-amz-website-redirect-location header http://tracker.ceph.com/issues/15531 https://github.com/ceph/ceph/pull/8633 - Merging tests to s3-tests: https://github.com/ceph/s3-tests/pull/92 Pieces needing a fix still: - s3website VHost-style access to buckets (in-progress) http://tracker.ceph.com/issues/15530 Here is the equivalent S3 API: GET Bucket website PUT Bucket website DELETE Bucket website *** Bug 1370634 has been marked as a duplicate of this bug. *** Verified in 10.2.3.10 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2016-2815.html |