Re: unsubscribe

2017-05-17 Thread Andrew Gaul
You must follow instructions here:

https://www.apache.org/foundation/mailinglists.html

On Wed, May 17, 2017 at 12:56:06PM -0500, Lahiru Sandaruwan wrote:
> -- 
> --
> 
> Lahiru Sandaruwan
> Associate Technical Lead,
> WSO2 Inc., http://wso2.com
> 
> lean.enterprise.middleware
> 
> m: +94773325954
> e: lahi...@wso2.com b: http://lahiruwrites.blogspot.com/
> in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146

-- 
Andrew Gaul
http://gaul.org/


Re: bulk-delete objects

2017-05-17 Thread Andrew Gaul
I filed https://bugs.launchpad.net/swift/+bug/1691523 to track this.

On Wed, May 17, 2017 at 10:53:56AM -0700, Andrew Gaul wrote:
> This is likely a limitation of the Swift API.
> 
> On Wed, May 17, 2017 at 12:10:47PM +, Archana C wrote:
> > Hi 
> > I am trying to perform bulk-delete operation on a container.
> > Request looks something like this{method=DELETE, 
> > endpoint=http://x.x.x.x:8091/v1/AUTH_62cdd842bcf44023b987196add34951e?bulk-delete,
> >  headers={Accept=[application/json], 
> > X-Auth-Token=[5c94641e6a4146f1a9857d6892206bbb]}, payload=[content=true, 
> > contentMetadata=[cacheControl=null, contentDisposition=null, 
> > contentEncoding=null, contentLanguage=null, contentLength=41, 
> > contentMD5=null, contentType=text/plain, expires=null], written=false, 
> > isSensitive=false]}
> > http://x.x.x.x:8091/v1/AUTH_62cdd842bcf44023b987196add34951e?bulk-delete
> > For Non MPU uploads, bulk-delete works fine. But in case of bulk-delete on 
> > multipart uploaded files, only the manifest file get removed, the segments 
> > remains.
> > Is there something missing ?
> > RegardsArchana
> 
> -- 
> Andrew Gaul
> http://gaul.org/

-- 
Andrew Gaul
http://gaul.org/


unsubscribe

2017-05-17 Thread Paul Bell



unsubscribe

2017-05-17 Thread Lahiru Sandaruwan
-- 
--

Lahiru Sandaruwan
Associate Technical Lead,
WSO2 Inc., http://wso2.com

lean.enterprise.middleware

m: +94773325954
e: lahi...@wso2.com b: http://lahiruwrites.blogspot.com/
in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146


Re: bulk-delete objects

2017-05-17 Thread Andrew Gaul
This is likely a limitation of the Swift API.

On Wed, May 17, 2017 at 12:10:47PM +, Archana C wrote:
> Hi 
> I am trying to perform bulk-delete operation on a container.
> Request looks something like this{method=DELETE, 
> endpoint=http://x.x.x.x:8091/v1/AUTH_62cdd842bcf44023b987196add34951e?bulk-delete,
>  headers={Accept=[application/json], 
> X-Auth-Token=[5c94641e6a4146f1a9857d6892206bbb]}, payload=[content=true, 
> contentMetadata=[cacheControl=null, contentDisposition=null, 
> contentEncoding=null, contentLanguage=null, contentLength=41, 
> contentMD5=null, contentType=text/plain, expires=null], written=false, 
> isSensitive=false]}
> http://x.x.x.x:8091/v1/AUTH_62cdd842bcf44023b987196add34951e?bulk-delete
> For Non MPU uploads, bulk-delete works fine. But in case of bulk-delete on 
> multipart uploaded files, only the manifest file get removed, the segments 
> remains.
> Is there something missing ?
> RegardsArchana

-- 
Andrew Gaul
http://gaul.org/


bulk-delete objects

2017-05-17 Thread Archana C
Hi 
I am trying to perform bulk-delete operation on a container.
Request looks something like this{method=DELETE, 
endpoint=http://x.x.x.x:8091/v1/AUTH_62cdd842bcf44023b987196add34951e?bulk-delete,
 headers={Accept=[application/json], 
X-Auth-Token=[5c94641e6a4146f1a9857d6892206bbb]}, payload=[content=true, 
contentMetadata=[cacheControl=null, contentDisposition=null, 
contentEncoding=null, contentLanguage=null, contentLength=41, contentMD5=null, 
contentType=text/plain, expires=null], written=false, isSensitive=false]}
http://x.x.x.x:8091/v1/AUTH_62cdd842bcf44023b987196add34951e?bulk-delete
For Non MPU uploads, bulk-delete works fine. But in case of bulk-delete on 
multipart uploaded files, only the manifest file get removed, the segments 
remains.
Is there something missing ?
RegardsArchana