Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

297
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda