davidmoten / aws-maven-plugin

Deploys resources to AWS using maven

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

S3 file deploy fails if object name is not configured

RoKish opened this issue · comments

Description

AmazonS3Client throws an exception if objectName is not configured.

Actual Behaviour

The deployFileS3 goal fails with The key parameter must be specified when uploading an object error message if objectName is not configured.

Expected Behaviour

The objectName should be a required parameter or file name should be used as the name.