Modifying A Remote Zip File

Hello,

Is it possible to modify a zip file over HTTP?

I have a zip file stored on Amazon S3. If I want to delete a file
from it, or add a new file to it from my local disk, can I do that
without having to download the zip file to my local disk first and
upload it again afterwards?

Thanks and regards,
Andy S.

HTTP does not specify a MODIFY verb. You have to upload an updated
version.

On 24 Nov 2007, at 02:25, Bryan D. wrote:

HTTP does not specify a MODIFY verb. You have to upload an updated
version.

Of course, silly me. Thank you for pointing out the obvious fact I
overlooked!

Regards,
Andy S.