OpenWaterFoundation / owf-tstool-aws-plugin

Open Water Foundation AWS plugin for TSTool
GNU General Public License v3.0
0 stars 0 forks source link

S3 browser - need copy and paste of keys #22

Open smalers opened 1 year ago

smalers commented 1 year ago

Need to enable copy and paste of tree node keys to facilitate copy into the TSTool command editors, for example AwsS3 command upload file list. This is a work-around to adding a file selector in the command editor. A file selector can be implemented separately.

smalers commented 1 year ago

I implemented basic copy and paste using a simple string on the first selected. Keep this issue open because may need to implement different clipboard data flavors (as per Java) to paste a list of S3 objects using serialization/deserialization.