Insert a object to AWS S3 using Zend PHP Framework

Here, I’m giving an example to insert a object to S3 using Zend PHP framework. Zend itself had built in library classes to communicate with AWS S3. So things are very easy.  Lets see how to do this. First we have to login to AWS console using the credentials which you had. Select  S3 console. You can create S3 bucket directly through AWS console or can create through code itself. Refer the example given below.

 

Read More

Copy command in Ubuntu – different usages

Here, we can see the different usages of ‘copy’ command in Ubuntu. Use the following commands in Terminal.

 

 

 

Read More