John Scoles
John Scoles
That one is passing as well on https://github.com/byterock/aws-sdk-perl/tree/s3ObjectTagging 1..2 ok All tests successful.
I will add these to my https://github.com/byterock/aws-sdk-perl/tree/s3ObjectTagging branch and see if I can get them to work as well
Hmm might clean up the issue I had with a few of the S3 actions where the parsing the XML beheaded it and I had to add in a little...
Hmm I have been working extensively on S3 paws ofer the past few weeks. If you have the opportunity. Try this branch of paws https://github.com/byterock/aws-sdk-perl/tree/s3ObjectTagging So you are saying that...
Well first you need Git installed ;) https://github.com/byterock/aws-sdk-perl.git git checkout s3ObjectTagging Then follow the normal install dev steps https://github.com/pplu/aws-sdk-perl#development-setup this command will recompile just the S3 bits carton exec builder-bin/gen_classes.pl...
Opps did not see your update! Sorry for the above. Normally I hack into the two '.pm' files and dump the 'response' and 'request' objects to see what is really...
I just ran that test and it worked fine for me ;) Which is good on my part but not on yours Is that bucket of yours public. I can...
You are always on step ahead of me ;)
Yeah the code swap out was jsut a [Hail Mary Pass](https://en.wikipedia.org/wiki/Hail_Mary_pass) on my part :) You most likly have to rebuild after a checkout of my branch. Could be a...
Don't forget if you download my branch you still have to 'checkout' my branch ie git branch s3-todo-cleanup * s3ObjectTagging git checkout s3ObjectTagging but you might already knwo that Btw...