This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$access_key = "<your access key here>"; //Access Key | |
$secret_key = "<your secret key here>"; //Secret Key | |
$my_bucket = "<your bucket name here>"; //bucket name | |
$region = "<your region here>"; //bucket region | |
$allowd_file_size = "31457280"; //30 MB allowed Size | |
//dates | |
$short_date = gmdate('Ymd'); //short date | |
$iso_date = gmdate("Ymd\THis\Z"); //iso format date |