API Zipping Server on EC2
(Written in Go(Golang))
If you are seeing this page, congratulations! Your server is set up correctly.
Please go through Part 1 & 2 to get everything else running smoothly.
Visit S3zipper for more information.
You can also sign up for service if you need a managed version of this server.
To see any log errors, check below:
tail /home/ubuntu/go/src/logs/log.txt
tail /home/admin/go/src/logs/log.txt
All settings in the server can be accessed and edited from one config.toml file.
/home/ubuntu/go/src/config.toml
/home/admin/go/src/config.toml
cd /home/ubuntu/go/src
cd /home/admin/go/src
nano config.toml
To get email notifications, please provide email configuration settings in config.toml.
NOTE:
*Leave email field empty if you do not need notifications.
*You must provide correct email configurations to be able to use email, or else, an error
will be triggered if you provide email with wrong configurations.
For API documentation and usage:
Visit EC2(AMI) API documentation
Available language examples in postman:
cURL, jQuery, Ruby, Python Requests, Node, PHP, & Go(Golang).