Open virtadpt opened 1 month ago
In the S3 control panel it's possible to rename a file in a bucket. It's also possible to do this with the CLI AWS client (aws s3 mv). Would it be feasible to add this functionality to stu?
aws s3 mv
Related: #8
Currently, I have not actively considered implementing this, but may consider supporting it.
In the S3 control panel it's possible to rename a file in a bucket. It's also possible to do this with the CLI AWS client (
aws s3 mv
). Would it be feasible to add this functionality to stu?