liormizr / s3path

s3path is a pathlib extension for AWS S3 Service
Apache License 2.0
206 stars 39 forks source link

Added metadata accessor #86

Closed ghost closed 1 year ago

ghost commented 3 years ago

To access the metadata of an S3 object

liormizr commented 3 years ago

Hi @ds-mn , Thanks you for your contribution I'm thinking how can we add the metadata and at the same time not changing the Path object API.

What do you think about adding the metadata info to the stat_result object (The objects that returns from the S3Path.stat method)

What do you think?