mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-21 08:25:00 -05:00
storage used wrong Base64 changes readme
This commit is contained in:
parent
9ff690321b
commit
2784d8a7ba
@ -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
|
||||
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user