carlspring / s3fs-nio

A Java (NIO2) FileSystem Provider for Amazon AWS S3.
https://s3fs-nio.carlspring.org/
66 stars 24 forks source link

Implement an S3 URI #213

Open carlspring opened 3 years ago

carlspring commented 3 years ago

Task Description

We need to implement an S3URI class. Unfortunately, this class cannot simply extend java.net.URI, because: image As it's final, we'll need to create a wrapper class that can return an instance of a java.net.URI and have a URI toUri() method.

S3 Formats

Tasks

The following tasks will need to be carried out:

Task Relationships

This task:

Useful Links

Help

steve-todorov commented 8 months ago

This task might be obsoleted as of aws-sdk-java-v2@v2.20.41 which includes an S3Uri.class.