rackspace / php-opencloud

The PHP SDK for OpenStack clouds
developer.rackspace.com
Other
451 stars 250 forks source link

Can't copy an object without the metadata #685

Open PatrickRose opened 8 years ago

PatrickRose commented 8 years ago

The COPY action allows you to send the X-Fresh-Metadata header to not copy the metadata, but it's not possible to do this via this API. I'd probably expect there to be an additional parameter for copy to set that header.

Are you accepting PRs for this repo still to add this? I'm aware that the v2 repository exists but that looks to be using PHP7 which we're not able to upgrade to yet.

jamiehannaford commented 8 years ago

@PatrickRose Unfortunately not. I started a v2 branch a few months ago for this GH repo:

https://github.com/rackspace/php-opencloud/tree/v2

But unfortunately I've been pulled onto another project recently, so had to temporarily shelve that work. If you'd like to add any new to work it would definitely be appreciated!