fog-openstack icon indicating copy to clipboard operation
fog-openstack copied to clipboard

swift: add support for max_keys when retrieving dir items

Open plribeiro3000 opened this issue 9 years ago • 2 comments
trafficstars

Currently there is no remapping in getting directory keys. This means that people are forced to add 'limit' explicitly into the calls. This is a problem when you try to have code that's compatible with multiple cloud vendors, as this breaks some other APIs, like Google Cloud Storage.

Raised PR, but it needs a bit more work. I am opening this issue so that someone else can take this over, as I have no SWIFT currently to test against.

Original issue opened by @mtekel at fog/fog#3723

plribeiro3000 avatar Mar 10 '16 19:03 plribeiro3000

cc/ @mtekel @geemus @Ladas

plribeiro3000 avatar Mar 10 '16 19:03 plribeiro3000

Thanks for raising,

the CF project is waiting for this feature to unblock Google Cloud Storage support (which is broken by this). See https://github.com/cloudfoundry/cloud_controller_ng/pull/452

mtekel avatar Mar 11 '16 09:03 mtekel