storage used wrong Base64 changes readme

This commit is contained in:
Timothy Prepscius 2013-10-04 21:42:26 -04:00
parent 9ff690321b
commit 2784d8a7ba
2 changed files with 8 additions and 1 deletions

View File

@ -9,11 +9,18 @@ To install from and build mailiverse from the origin, the origin must
have "git", "ant", "rsync" and "oracle java" installed. (Other javas might work, but I have
not tested them.) Also, your hosts file must point to mail.target and target.
I have always used Ubuntu 12.04 or 13 as my target machine.
The build works on Ubuntu 12.04 and also OSX (with dev tools).
To install git:
sudo apt-get install git --yes
To install zip:
sudo apt-get install unzip --yes
To install ant:
sudo apt-get install ant --yes

View File

@ -26,7 +26,6 @@ import com.amazonaws.services.s3.model.BucketCrossOriginConfiguration;
import com.amazonaws.services.s3.model.BucketWebsiteConfiguration;
import com.amazonaws.services.s3.model.CORSRule;
import com.amazonaws.services.s3.model.Region;
import com.sun.org.apache.xml.internal.security.utils.Base64;
import core.connector.s3.sync.SimpleAWSCredentials;
import core.util.LogOut;
@ -34,6 +33,7 @@ import core.util.Maps;
import core.util.Pair;
import core.util.Passwords;
import core.util.Strings;
import core.util.Base64;
public class AWSStorageCreation extends AWSStorageCommon
{