More updates for S3 Uploa

d.  Thanks for being the guinea pig guys
This commit is contained in:
Ben Hale
2007-03-16 15:48:42 +00:00
parent a884ba47f7
commit a1231d2c90

View File

@@ -85,15 +85,15 @@
<target name="upload-s3" depends="guard.s3.accessKey, guard.s3.secretKey">
<aws:s3 accessKey="${s3.accessKey}" secretKey="${s3.secretKey}">
<upload bucket="static.springframework.org"
<upload bucketName="static.springframework.org"
file="${target.release.dir}/${release.bin.zip}"
toFile="LDAP/spring-ldap-bin-${release.version}-${tstamp}-${build.number}.zip"
publicRead="true"/>
<upload bucket="static.springframework.org"
<upload bucketName="static.springframework.org"
file="${target.release.dir}/${release.bin.deps.zip}"
toFile="LDAP/spring-ldap-bin-with-dependencies-${release.version}-${tstamp}-${build.number}.zip"
publicRead="true"/>
<upload bucket="static.springframework.org"
<upload bucketName="static.springframework.org"
file="${target.release.dir}/${release.buildable.zip}"
toFile="LDAP/spring-ldap-buildable-${release.version}-${tstamp}-${build.number}.zip"
publicRead="true"/>