Questions tagged [s3p]
1 questions
0
votes
0 answers
Set cache control when copying files using s3p
I use s3p to deal with large number of files on Amazon s3. I would like to set cache-control for the files I have copied. I tried:
s3p cp --bucket my-bucket --to-bucket my-bucket --cache-control max-age=31536000,private --prefix path/to/copy/src/…

zabop
- 6,750
- 3
- 39
- 84