qoobaa / s3

Library for accessing S3 objects and buckets, supports EU and US buckets
MIT License
258 stars 112 forks source link

Updating only meta data for an object #20

Closed kevinansfield closed 3 years ago

kevinansfield commented 13 years ago

The ability to update just the meta data for an object (content-disposition, etc.) would be very useful for certain tasks.

Currently when saving an object it appears to download and then re-upload the entire object including it's content even when the only thing that has been changed is a header which wastes a lot of bandwidth and time.

qoobaa commented 13 years ago

Sure, it should be possible to update just metadata. It shouldn't be difficult to implement - I'll take a look at it in the spare time. If you need it earlier you can try to write a patch.

AlekSi commented 10 years ago

:star:

kevinansfield commented 3 years ago

Cleaning up my old issues. Feel free to reopen if still relevant 🙂