awslabs / awslabs/aws-codedeploy-plugin

S3 can not include a folder

Open
#98 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
156
Forks
130
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.