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

All files are uploaded to a flat output directory #19

@jessebarnum

Description

@jessebarnum

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions