Skip to content

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

@AnilkumarBorra

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions