Matt Houser

Results 4 comments of Matt Houser

+1 for an all-in-one "copy and tag". Without simultaneous tagging, tagging after performing a `aws s3 cp . s3://bucket --recursive` is difficult.

@ckane Using `aws s3api put-object` would lose all advantages of using `aws s3 cp`: * Multiple file uploads * Multiple simultaneous uploads, with number and bandwidth throttling * Many others

@vz10 I see 4 possible options because I see uses for all: **Option 1:** New tags only, don't copy from original object Useful when you don't care what's on the...