~ballot/wordpress/openstack-objectstorage

« back to all changes in this revision

Viewing changes to src/OpenStack/ObjectStore/v1/Resource/SwiftObject.php

  • Committer: mergebot at canonical
  • Author(s): "Joel Sing"
  • Date: 2020-07-02 15:40:46 UTC
  • mfrom: (6.1.1 openstack-objectstorage)
  • Revision ID: mergebot@juju-139df4-prod-is-toolbox-0.canonical.com-20200702154046-2d98svpciovjf8h8
Revert rename to SwiftObject as Object is a reserved keyword in php7

Reviewed-on: https://code.launchpad.net/~jsing/wordpress/openstack-objectstorage-revert/+merge/386750
Reviewed-by: Benjamin Allot <benjamin.allot@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 * Likewise, a Container instance can retrieve Object instances from the
46
46
 * remote object store.
47
47
 */
48
 
class SwiftObject
 
48
class Object
49
49
{
50
50
    const DEFAULT_CONTENT_TYPE = 'application/octet-stream';
51
51