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

341
Vistas
Getting file descriptor to Amazon S3 bucket?

We have a code library that was built with assumptions that all file IO was via file descriptors. It relies heavily on assuming that any input data can be accessed via file descriptors, whether they be files, or network data.

We would like to try moving some of the data to Amazon S3, but would like to avoid s3fs if possible. I looked through some of the AWS S3 docs for the C++ library, but I couldn't find anything that allowed you to get a file descriptor which you could use to read/select/poll etc.

Did I miss anything? Does Amazon have a more C based API for S3?

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

Amazon S3 is an object storage system. It does not present itself as a traditional file system.

Some software products that present S3 as a file system:

  • s3fs: Not recommended for production usage. Users report many problems.
  • AWS Storage Gateway as a File Gateway: Reliable NFS gateway to Amazon S3
  • Cloudberry Drive for Windows Server
  • Expandrive

Depending upon how you wish to use the files, you could use the AWS Command-Line Interface (CLI), which as a aws s3 sync command that can synchronize files with the cloud (in either direction). Think of it like a DropBox solution. That way, you could have a local copy of the files to access through a file descriptor.

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