Script to add files in S3 bucket folder and add files on new location ************************************************************ try { $config = _s3fs_get_config(); $s3 = _s3fs_get_amazons3_client($config); } catch (S3fsException $e) { form_set_error('form', $e->getMessage()); return FALSE; }