Even without my changes, I get an HttpResponseException when I try to clear a 
container :(.

```
org.jclouds.http.HttpResponseException: Invalid argument connecting to GET 
https://shri-nov6-3-cloud-testing0-3.s3-us-west-1.amazonaws.com/ HTTP/1.1
    at 
org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:162)
    at 
org.jclouds.rest.internal.InvokeSyncToAsyncHttpMethod.invoke(InvokeSyncToAsyncHttpMethod.java:131)
    at 
org.jclouds.rest.internal.InvokeSyncToAsyncHttpMethod.apply(InvokeSyncToAsyncHttpMethod.java:97)
    at 
org.jclouds.rest.internal.InvokeSyncToAsyncHttpMethod.apply(InvokeSyncToAsyncHttpMethod.java:58)
    at 
org.jclouds.rest.internal.DelegatesToInvocationFunction.handle(DelegatesToInvocationFunction.java:157)
    at 
org.jclouds.rest.internal.DelegatesToInvocationFunction.invoke(DelegatesToInvocationFunction.java:124)
    at com.sun.proxy.$Proxy53.listBucket(Unknown Source)
    at org.jclouds.s3.blobstore.S3BlobStore.list(S3BlobStore.java:146)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at 
com.google.inject.internal.DelegatingInvocationHandler.invoke(DelegatingInvocationHandler.java:37)
    at com.sun.proxy.$Proxy59.list(Unknown Source)
    at 
org.jclouds.blobstore.strategy.internal.DeleteAllKeysInList.execute(DeleteAllKeysInList.java:104)
    at 
org.jclouds.blobstore.util.internal.BlobUtilsImpl.clearContainer(BlobUtilsImpl.java:79)
    at 
org.jclouds.blobstore.internal.BaseBlobStore.clearContainer(BaseBlobStore.java:158)
    at 
org.jclouds.blobstore.internal.BaseBlobStore.clearContainer(BaseBlobStore.java:147)
```

I verified that I am using the correct credentials and the correct container 
name. Using jclouds-cli using these credentials and container name works fine. 
I'll dig deeper into that.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/214#issuecomment-29674718

Reply via email to