Use API-Level (s3api) commands with the AWS CLI in OnPremise Server

0

https://docs.aws.amazon.com/cli/latest/userguide/cli-services-s3-apicommands.html

I would like to upload logs to S3 using s3api on an on-premise server. Is this possible according to the specifications?

Best Regards,

preguntada hace 2 meses252 visualizaciones
1 Respuesta
2
Respuesta aceptada

Hello.

If you can use the AWS CLI, it is possible to upload files from on-premises to S3 using the "aws s3api" command.
You can use "put-object" when uploading files.
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3api/put-object.html

aws s3api put-object --bucket S3_BUCKET_NAME --key sample2/aaa/1 --body test.txt
profile picture
EXPERTO
respondido hace 2 meses
profile picture
EXPERTO
revisado hace 2 meses
profile pictureAWS
EXPERTO
revisado hace 2 meses
  • CLI is one option but you can also do same thing via the AWS SDK of your preferred language: Python, Java, C#, etc. if you need to integrate this feature in a large programmed framework.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas