Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.5.0, 3.6.0
-
None
-
Unknown
Description
with a recent update aws s3 started to send folder keys with the contentType as "application/x-directory; charset=UTF-8" by default
and the current check in the AWS2S3Consumer.java class only checks for:
"application/x-directory".equalsIgnoreCase
with this some keys, specially new ones, are not identified as folders and they are consumed as objects when the `isIncludeFolders` is set to false.
Attachments
Issue Links
- links to