Amazon web services – PartNumber(s) Are Converting Into String While Multipart S3 API From Perl v5.36.0
I am trying to perform the aws S3 multipart api calls via my command line using perl scripting below is my relevant code snippet: my $part_no = 1; my %final_upload_file; my @multi_part_hash; foreach my $temp_file (@split_files) { my $tota_no_parts= @split_files;…