Bug 1041593 - [RFE][swift]: Object PATCH for efficient Swift based Cloud-Sync services
Summary: [RFE][swift]: Object PATCH for efficient Swift based Cloud-Sync services
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-swift
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 5.0 (RHEL 7)
Assignee: RHOS Maint
QA Contact: Dafna Ron
URL: https://blueprints.launchpad.net/swif...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 18:08 UTC by RHOS Integration
Modified: 2016-04-27 02:05 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-02-23 16:24:39 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 18:08:40 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/swift/+spec/object-patch-support.

Description:

An attempt to allow Swift to host efficient cloud-sync services (similar to Dropbox and others). Currently, an attempt to implement such services will result in a waste of bandwidth when objects are changed. This happens because on each change, the entire object has to be re-uploaded. Therefore, implementing a "PATCH" method for objects, allows us to send only the change and not the entire file, saving precious bandwidth.
In addition, we can throw in a FUSE based client as a proof of concept. Combining the two, one can "mount" a Swift container onto the filesystem and any user-land application can work with those objects as if they were normal files.

Specification URL (additional information):

None


Note You need to log in before you can comment on or make changes to this bug.