Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

306
Visualizações
uploading media file to s3 contains auto-compression?

I uploaded mpeg4 file from my local to s3. the file size is 10M on local while the file size is just under 1M. compression itself doesn't matter, but the uploaded file on s3 cause a/v async problem. I want to solve the a/v async issue. My code is as follows.

TransferUtility utility = new TransferUtility(ConfigurationManager.AppSettings["AmazonAccessKey"], ConfigurationManager.AppSettings["AmazonSecretKey"], RegionEndpoint.USWest2);
// making a TransferUtilityUploadRequest instance
TransferUtilityUploadRequest request = new TransferUtilityUploadRequest();        

if (subDirectoryInBucket == "" || subDirectoryInBucket == null)
{
    request.Key = fileNameInS3; //file name up in S3
}
else
{   // subdirectory and bucket name
    request.Key = subDirectoryInBucket + @"/" + fileNameInS3; //file name up in S3                                
}
request.BucketName = bucketName; //no subdirectory just bucket name
request.CannedACL = S3CannedACL.PublicRead;
request.FilePath = localFilePath; //local file name
utility.Upload(request); //commensing the transfer

If there is anyone who experience this problem, please help me. Thanks in advance.

over 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

Unless it has changed recently, which it does regularly..., a standard transfer to S3 should not be compressing your video. I would take a look at the wider client code to see if the compression is happening there, or at the logs to see if the transfer is not completing properly for some reason.

over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda