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,

1 Resposta
2
Resposta aceita

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
ESPECIALISTA
respondido há 2 meses
profile picture
ESPECIALISTA
avaliado há 2 meses
profile pictureAWS
ESPECIALISTA
avaliado há 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.

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas