mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3374: bucket names cannot contain periods.
The older AWS SDK 1.3.21.1 had a bug where in bucket names that contain periods like a DNS name would fail to work over https. Bump up the aws.sdk version to 1.3.22 which fixes the bug Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
d11681fb05
commit
14c9a159a5
2
pom.xml
2
pom.xml
|
|
@ -76,7 +76,7 @@
|
|||
<cs.vmware.api.version>5.1</cs.vmware.api.version>
|
||||
<org.springframework.version>3.1.2.RELEASE</org.springframework.version>
|
||||
<cs.mockito.version>1.9.5</cs.mockito.version>
|
||||
<cs.aws.sdk.version>1.3.21.1</cs.aws.sdk.version>
|
||||
<cs.aws.sdk.version>1.3.22</cs.aws.sdk.version>
|
||||
<cs.lang.version>2.6</cs.lang.version>
|
||||
<cs.commons-io.version>1.4</cs.commons-io.version>
|
||||
<cs.reflections.version>0.9.8</cs.reflections.version>
|
||||
|
|
|
|||
Loading…
Reference in New Issue