Hi,
I would like to extend the S3 and S3Object classes in order to manipulate local files and S3 files seamlessly.
The bucket and the local directory are not synced but if a file exits in the local directory, it exists in the S3 bucket. In other words, I would like to store the files on a local machine and reuse them later as S3Objects.
I see some developments were already done with the classes Local and LocalObject.
Do you have any recommendation or information about further developments?