You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to boto...@googlegroups.com
Hi,
Is there a reason boto.s3.bucket.set_xml_acl uses ISO-8859-1 for encoding ACL content? It can't represent all possible languages (e.g., I just tried with Arabic). Would it cause problems if I switch this to use UTF-8 instead?
Thanks,
Mike
Mitchell Garnaat
unread,
Jun 15, 2012, 1:55:58 PM6/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to boto...@googlegroups.com
Hmm, I think you need to ask yourself that question 8^)
It seems like utf-8 would be a better choice and I can't think of any reason why 8859 would be better. Any recollection of what motivated the origin commit? Perhaps it was just a desire to have some explicit encoding rather than nothing at all, which was the case prior to this commit.
Mitch
Michael Schwartz
unread,
Jun 15, 2012, 2:09:15 PM6/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to boto...@googlegroups.com
Thanks for digging into the history Mitch - you're right, I was the one who originally set that encoding :-)
If I recall correctly I used ISO-8859-1 in that commit because I saw that encoding being used elsewhere in boto. But looking now I don't see that encoding used anywhere else, so I'll change it to UTF-8 now.
Thanks,
Mike
Mitchell Garnaat
unread,
Jun 15, 2012, 3:18:58 PM6/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to boto...@googlegroups.com
Yeah, I think that should be fine. I don't anticipate this causing any problems for anyone.