Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

All files are uploaded to a flat output directory #19

Open
jessebarnum opened this issue Feb 22, 2018 · 0 comments
Open

All files are uploaded to a flat output directory #19

jessebarnum opened this issue Feb 22, 2018 · 0 comments

Comments

@jessebarnum
Copy link

Is it possible to preserve the folder structure being uploaded? My ant task looks like this, and dist contains subfolders that I want to preserve in S3:

<target name="DeployToS3">
	<taskdef resource="taskdefs.xml"/>

	<upload-to-s3 bucketName="xxx" keyPrefix="" continueOnFail="false" awsAccessKeyId="xxxx" awsSecretKey="xxxx" awsRegion="us-east-2">
		<fileset dir = "WaitlistAngular/dist" includes="*"/>
	</upload-to-s3>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant