awslabs / aws-codedeploy-plugin

Jenkins plugin for AWS CodeDeploy
Apache License 2.0
153 stars 132 forks source link

S3 can not include a folder #98

Open zghuang opened 6 years ago

zghuang commented 6 years ago

Hi, I check the code: if(bucket.indexOf("/") > 0){ throw new IllegalArgumentException("S3 Bucket field cannot contain any subdirectories. Bucket name only!"); }

I don't know why S3 Bucket can't contain any subdirectories, in our real case, We want to use the same S3 Bucket and create different folder under the same Bucket.

can you fix this issue?

Thanks Danny

annamataws commented 5 years ago

Hi, I will add this to our backlog. Thank you