Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bulkExtract is working, But Auto extract archive files is not moving files to newly created container #746

Open
AnilkumarBorra opened this issue Jun 3, 2020 · 0 comments

Comments

@AnilkumarBorra
Copy link

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);

@AnilkumarBorra 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant