Patrick Rose
Patrick Rose
Replacing everything to use namespaces would be a major BC break, so if that's something that is going to happen it might as well be linked with a major library...
It actually sounds like [V1 might be deprecated](https://github.com/rackspace/php-opencloud/issues/656#issuecomment-182370673)...
Not sure. Might be best asking @jamiehannaford? There doesn't seem to be any explicit notes about when people should switch over.
I'm not sure that we can use the new version of the SDK, since it uses PHP7 return types etc. I assume flysystem will still support 5.6 for some time.
Sorry for the delay! I've given this a try, but it doesn't seem to work: ```js getPropertyMetadata: (property, details, generateFor, instantiatedConfig) => { const defaultMeta = defaultGetPropertyMetadata( property, details, generateFor,...