Hi Mikhail,
> Just found this bugreport and patch in Launchpad:
> https://bugs.launchpad.net/ubuntu/+source/s3cmd/+bug/238412
>
> Seems that it is not fixed in 0.9.8.2
This has already been fixed long time ago and is definitely working in
0.9.8.x although my patch took a different approach. Just tested a
minute ago and verified that it indeed works.
BTW If you're interested in details: all command line options are copied
to Config() object with:
(s3cmd, around line 950):
for option in cfg.option_list():
[...]
cfg.update_option(option, getattr(options, option))
Although the options.default_mime_type value is not explicitly mentioned
anywhere in options processing in s3cmd file, it is properly copied to
Config object and later on used in S3.object_put()
Michal
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
S3tools-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/s3tools-general