awslabs / aws-java-nio-spi-for-s3

A Java NIO.2 service provider for Amazon S3
Apache License 2.0
55 stars 19 forks source link

fix: resolves issues when copying or moving objects via`Files` class #456

Closed markjschreiber closed 2 weeks ago

markjschreiber commented 2 weeks ago

Issue #, if available:

430

Description of changes: Fixes #430 by ensuring that all code considers /foo/bar/ to be a directory and /foo/baa to be an object (file) in accordance with the behavior of S3.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.