Files/Images upload into Amazon S3 using PHP

image-upload-amazon-s3-php

Amazon Simple Storage Service (Amazon S3) is most popular cloud platform to host web apps and datas .This PHP tutorial help to upload file to Amazon s3 server using web service and PHP.

Amazon Web Services (AWS) provides a low cost, reliable and secure foundation for you to use as you build and deliver Software as a Service (SaaS) solutions to the customers.There are a lot of techies uses amazon cloud to host images and files on amazon s3 server, these help to easy and fast access of resource and reduces file load time with bandwidth.
(more…)

Rancher Stacks List Using Rest API

This is another tutorials of rancher rest API uses.This rancher API tutorial help to read all stacks from rancher using Rancher RestAPI.I have already shared How to get Containers tutorial.The tutorial help to find all stacks List based on project.

We will send project id which was uniquely generated by rancher and get it from project details rest api json data.We will use rancher version 2 beta rest api to get all stacks.I am using php client to create rest request to rancher api server and find stacks information.
(more…)