Add an S3Uri
convenience class
#395
Labels
feature-request
A feature should be added or improved.
no-auto-closure
We do not want this issue to be automatically closed.
Community Note
Describe the Feature
S3 objects are identified by (at least) a bucket and a key but may also be identified by an S3 URI (e.g.,
s3://bucket/path/to/object
). These URIs are convenient for storing, passing, and utilizing in other services (e.g., EMR). Construction and parsing of these URIs, however, is left to users to implement.Other SDKs (e.g., Java v1) implement convenience classes that represent S3 URIs and provide conversions to/fro.
Is your Feature Request related to a problem?
Merely the problem of reducing boilerplate and increasing development speed.
Proposed Solution
Add an
S3Uri
class which parses/wraps the properties of an S3 object.Describe alternatives you've considered
None so far.
Additional Context
The text was updated successfully, but these errors were encountered: