You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
AnilkumarBorra
changed the title
bulkExtract is working, But Auto extract archive files is moving to newly created container
bulkExtract is working, But Auto extract archive files is not moving to files to newly created container
Jun 3, 2020
AnilkumarBorra
changed the title
bulkExtract is working, But Auto extract archive files is not moving to files to newly created container
bulkExtract is working, But Auto extract archive files is not moving files to newly created container
Jun 3, 2020
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);
The text was updated successfully, but these errors were encountered: