Skip to content

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

Description

@AnilkumarBorra

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions