Hide S3 menu

Amazon S3 upload add-on.
Post Reply
mikl
Posts: 1
Joined: Wed Jan 27, 2010 11:41 am

Hide S3 menu

Post by mikl »

Hi,

is there any option I can set in order to hide the s3 menu in the applet?
I used the policy generator so I don"t need the s3 menu.

Thanks.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Hide S3 menu

Post by support »

You can hide it in i18n_helper_s3.properties. Comment:

Code: Select all

menu.s3=S3
menu.s3.settings=Settings
such as:

Code: Select all

#menu.s3=S3
#menu.s3.settings=Settings

Post Reply