[jira] [Updated] (JCLOUDS-1447) S3 CopyObject requires x-amz-copy-source to be URL encoded

2018-09-12 Thread Andrew Gaul (JIRA)


 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Gaul updated JCLOUDS-1447:
-
Priority: Minor  (was: Major)

> S3 CopyObject requires x-amz-copy-source to be URL encoded
> --
>
> Key: JCLOUDS-1447
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1447
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-blobstore
>Affects Versions: 2.1.1
>Reporter: David Currie
>Assignee: Andrew Gaul
>Priority: Minor
>  Labels: s3
> Fix For: 2.2.0, 2.1.2
>
>
> S3 CopyObject requires x-amz-copy-source to be URL encoded as per 
> [https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html.] 
> Current failure to do so results in a 400:
> {code}
> org.jclouds.aws.AWSResponseException: request PUT 
> https://cloudbees-kubernetes-arch.s3.amazonaws.com/jclouds-test/…/test0/2/artifacts/otherdir/xxx%23%3F:%24%26%27%22%3C%3E%C4%8D%E0%A5%90
>  HTTP/1.1 failed with code 400, error: AWSError\{requestId='…', 
> requestToken='…', code='InvalidArgument', message='Unsupported copy source 
> parameter.', 
> context='{ArgumentValue=/cloudbees-kubernetes-arch/jclouds-test/…/test0/1/artifacts/otherdir/xxx#?:$&'"<>čॐ,
>  HostId=…, ArgumentName=x-amz-copy-source}'}
>  at 
> org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent.handleError(ParseAWSErrorFromXmlContent.java:75)
>  at …
>  at org.jclouds.s3.blobstore.S3BlobStore.copyBlob(S3BlobStore.java:324)
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCLOUDS-1447) S3 CopyObject requires x-amz-copy-source to be URL encoded

2018-09-12 Thread Ignasi Barrera (JIRA)


 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ignasi Barrera updated JCLOUDS-1447:

Priority: Major  (was: Minor)

> S3 CopyObject requires x-amz-copy-source to be URL encoded
> --
>
> Key: JCLOUDS-1447
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1447
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-blobstore
>Affects Versions: 2.1.1
>Reporter: David Currie
>Priority: Major
>  Labels: s3
>
> S3 CopyObject requires x-amz-copy-source to be URL encoded as per 
> [https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html.] 
> Current failure to do so results in a 400:
> {code}
> org.jclouds.aws.AWSResponseException: request PUT 
> https://cloudbees-kubernetes-arch.s3.amazonaws.com/jclouds-test/…/test0/2/artifacts/otherdir/xxx%23%3F:%24%26%27%22%3C%3E%C4%8D%E0%A5%90
>  HTTP/1.1 failed with code 400, error: AWSError\{requestId='…', 
> requestToken='…', code='InvalidArgument', message='Unsupported copy source 
> parameter.', 
> context='{ArgumentValue=/cloudbees-kubernetes-arch/jclouds-test/…/test0/1/artifacts/otherdir/xxx#?:$&'"<>čॐ,
>  HostId=…, ArgumentName=x-amz-copy-source}'}
>  at 
> org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent.handleError(ParseAWSErrorFromXmlContent.java:75)
>  at …
>  at org.jclouds.s3.blobstore.S3BlobStore.copyBlob(S3BlobStore.java:324)
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCLOUDS-1447) S3 CopyObject requires x-amz-copy-source to be URL encoded

2018-09-11 Thread Andrew Gaul (JIRA)


 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Gaul updated JCLOUDS-1447:
-
Affects Version/s: 2.1.1

> S3 CopyObject requires x-amz-copy-source to be URL encoded
> --
>
> Key: JCLOUDS-1447
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1447
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-blobstore
>Affects Versions: 2.1.1
>Reporter: David Currie
>Priority: Minor
>  Labels: s3
>
> S3 CopyObject requires x-amz-copy-source to be URL encoded as per 
> [https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html.] 
> Current failure to do so results in a 400:
> {code}
> org.jclouds.aws.AWSResponseException: request PUT 
> https://cloudbees-kubernetes-arch.s3.amazonaws.com/jclouds-test/…/test0/2/artifacts/otherdir/xxx%23%3F:%24%26%27%22%3C%3E%C4%8D%E0%A5%90
>  HTTP/1.1 failed with code 400, error: AWSError\{requestId='…', 
> requestToken='…', code='InvalidArgument', message='Unsupported copy source 
> parameter.', 
> context='{ArgumentValue=/cloudbees-kubernetes-arch/jclouds-test/…/test0/1/artifacts/otherdir/xxx#?:$&'"<>čॐ,
>  HostId=…, ArgumentName=x-amz-copy-source}'}
>  at 
> org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent.handleError(ParseAWSErrorFromXmlContent.java:75)
>  at …
>  at org.jclouds.s3.blobstore.S3BlobStore.copyBlob(S3BlobStore.java:324)
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCLOUDS-1447) S3 CopyObject requires x-amz-copy-source to be URL encoded

2018-09-07 Thread Andrew Gaul (JIRA)


 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Gaul updated JCLOUDS-1447:
-
Labels: s3  (was: aws-s3)

> S3 CopyObject requires x-amz-copy-source to be URL encoded
> --
>
> Key: JCLOUDS-1447
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1447
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-blobstore
>Reporter: David Currie
>Priority: Minor
>  Labels: s3
>
> S3 CopyObject requires x-amz-copy-source to be URL encoded as per 
> [https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html.] 
> Current failure to do so results in a 400:
> {code}
> org.jclouds.aws.AWSResponseException: request PUT 
> https://cloudbees-kubernetes-arch.s3.amazonaws.com/jclouds-test/…/test0/2/artifacts/otherdir/xxx%23%3F:%24%26%27%22%3C%3E%C4%8D%E0%A5%90
>  HTTP/1.1 failed with code 400, error: AWSError\{requestId='…', 
> requestToken='…', code='InvalidArgument', message='Unsupported copy source 
> parameter.', 
> context='{ArgumentValue=/cloudbees-kubernetes-arch/jclouds-test/…/test0/1/artifacts/otherdir/xxx#?:$&'"<>čॐ,
>  HostId=…, ArgumentName=x-amz-copy-source}'}
>  at 
> org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent.handleError(ParseAWSErrorFromXmlContent.java:75)
>  at …
>  at org.jclouds.s3.blobstore.S3BlobStore.copyBlob(S3BlobStore.java:324)
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCLOUDS-1447) S3 CopyObject requires x-amz-copy-source to be URL encoded

2018-09-07 Thread Ignasi Barrera (JIRA)


 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ignasi Barrera updated JCLOUDS-1447:

Description: 
S3 CopyObject requires x-amz-copy-source to be URL encoded as per 
[https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html.] Current 
failure to do so results in a 400:

{code}
org.jclouds.aws.AWSResponseException: request PUT 
https://cloudbees-kubernetes-arch.s3.amazonaws.com/jclouds-test/…/test0/2/artifacts/otherdir/xxx%23%3F:%24%26%27%22%3C%3E%C4%8D%E0%A5%90
 HTTP/1.1 failed with code 400, error: AWSError\{requestId='…', 
requestToken='…', code='InvalidArgument', message='Unsupported copy source 
parameter.', 
context='{ArgumentValue=/cloudbees-kubernetes-arch/jclouds-test/…/test0/1/artifacts/otherdir/xxx#?:$&'"<>čॐ,
 HostId=…, ArgumentName=x-amz-copy-source}'}
 at 
org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent.handleError(ParseAWSErrorFromXmlContent.java:75)
 at …
 at org.jclouds.s3.blobstore.S3BlobStore.copyBlob(S3BlobStore.java:324)
{code}
 

  was:
S3 CopyObject requires x-amz-copy-source to be URL encoded as per 
[https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html.] Current 
failure to do so results in a 400:

{{org.jclouds.aws.AWSResponseException: request PUT 
https://cloudbees-kubernetes-arch.s3.amazonaws.com/jclouds-test/…/test0/2/artifacts/otherdir/xxx%23%3F:%24%26%27%22%3C%3E%C4%8D%E0%A5%90
 HTTP/1.1 failed with code 400, error: AWSError\{requestId='…', 
requestToken='…', code='InvalidArgument', message='Unsupported copy source 
parameter.', 
context='{ArgumentValue=/cloudbees-kubernetes-arch/jclouds-test/…/test0/1/artifacts/otherdir/xxx#?:$&'"<>čॐ,
 HostId=…, ArgumentName=x-amz-copy-source}'}}}
{{ at 
org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent.handleError(ParseAWSErrorFromXmlContent.java:75)}}
{{ at …}}
{{ at org.jclouds.s3.blobstore.S3BlobStore.copyBlob(S3BlobStore.java:324)}}

 


> S3 CopyObject requires x-amz-copy-source to be URL encoded
> --
>
> Key: JCLOUDS-1447
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1447
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-blobstore
>Reporter: David Currie
>Priority: Minor
>  Labels: aws-s3
>
> S3 CopyObject requires x-amz-copy-source to be URL encoded as per 
> [https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html.] 
> Current failure to do so results in a 400:
> {code}
> org.jclouds.aws.AWSResponseException: request PUT 
> https://cloudbees-kubernetes-arch.s3.amazonaws.com/jclouds-test/…/test0/2/artifacts/otherdir/xxx%23%3F:%24%26%27%22%3C%3E%C4%8D%E0%A5%90
>  HTTP/1.1 failed with code 400, error: AWSError\{requestId='…', 
> requestToken='…', code='InvalidArgument', message='Unsupported copy source 
> parameter.', 
> context='{ArgumentValue=/cloudbees-kubernetes-arch/jclouds-test/…/test0/1/artifacts/otherdir/xxx#?:$&'"<>čॐ,
>  HostId=…, ArgumentName=x-amz-copy-source}'}
>  at 
> org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent.handleError(ParseAWSErrorFromXmlContent.java:75)
>  at …
>  at org.jclouds.s3.blobstore.S3BlobStore.copyBlob(S3BlobStore.java:324)
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCLOUDS-1447) S3 CopyObject requires x-amz-copy-source to be URL encoded

2018-09-07 Thread Ignasi Barrera (JIRA)


 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ignasi Barrera updated JCLOUDS-1447:

Labels: aws-s3  (was: )

> S3 CopyObject requires x-amz-copy-source to be URL encoded
> --
>
> Key: JCLOUDS-1447
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1447
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-blobstore
>Reporter: David Currie
>Priority: Minor
>  Labels: aws-s3
>
> S3 CopyObject requires x-amz-copy-source to be URL encoded as per 
> [https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html.] 
> Current failure to do so results in a 400:
> {{org.jclouds.aws.AWSResponseException: request PUT 
> https://cloudbees-kubernetes-arch.s3.amazonaws.com/jclouds-test/…/test0/2/artifacts/otherdir/xxx%23%3F:%24%26%27%22%3C%3E%C4%8D%E0%A5%90
>  HTTP/1.1 failed with code 400, error: AWSError\{requestId='…', 
> requestToken='…', code='InvalidArgument', message='Unsupported copy source 
> parameter.', 
> context='{ArgumentValue=/cloudbees-kubernetes-arch/jclouds-test/…/test0/1/artifacts/otherdir/xxx#?:$&'"<>čॐ,
>  HostId=…, ArgumentName=x-amz-copy-source}'}}}
> {{ at 
> org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent.handleError(ParseAWSErrorFromXmlContent.java:75)}}
> {{ at …}}
> {{ at org.jclouds.s3.blobstore.S3BlobStore.copyBlob(S3BlobStore.java:324)}}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)