Skip to content

Commit 14c9a15

Browse files
author
Prasanna Santhanam
committed
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>
1 parent d11681f commit 14c9a15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<cs.vmware.api.version>5.1</cs.vmware.api.version>
7777
<org.springframework.version>3.1.2.RELEASE</org.springframework.version>
7878
<cs.mockito.version>1.9.5</cs.mockito.version>
79-
<cs.aws.sdk.version>1.3.21.1</cs.aws.sdk.version>
79+
<cs.aws.sdk.version>1.3.22</cs.aws.sdk.version>
8080
<cs.lang.version>2.6</cs.lang.version>
8181
<cs.commons-io.version>1.4</cs.commons-io.version>
8282
<cs.reflections.version>0.9.8</cs.reflections.version>

0 commit comments

Comments
 (0)