Open AnilkumarBorra opened 4 years ago
Auto extract archive files i.e., bulkExtract function is working, but files of Tar files is not getting copy to newly created container.
$file_name ="images" $tarFileName = ROOT_PATH."/public/images/client/".$file_name.".tar.gz"; $destinationContainerName = 'newlyCreatedContainer'; $fileData = fopen($tarFileName, 'r'); $this->authorizeRegion()->bulkExtract($destinationContainerName, $fileData, UrlType::TAR_GZ);
Auto extract archive files i.e., bulkExtract function is working, but files of Tar files is not getting copy to newly created container.
$file_name ="images" $tarFileName = ROOT_PATH."/public/images/client/".$file_name.".tar.gz"; $destinationContainerName = 'newlyCreatedContainer'; $fileData = fopen($tarFileName, 'r'); $this->authorizeRegion()->bulkExtract($destinationContainerName, $fileData, UrlType::TAR_GZ);