1

Given that the credentials are present in ~/.aws/credentials and region is set in ~/.aws/config, how can I download an S3 object via S3 URI using awless tool?

  • First up, try reading the documentation ( https://github.com/wallix/awless ). If that doesn't work, try Google. Once you've tried something, if it doesn't work, please edit your question to tell us what you tried and exactly what happened. – Tim Mar 27 '17 at 08:13
  • There's sync command but unfortunately it doesn't seem to sync s3 storage objects. Nevertheless, it doesn't tell how to fetch just 1 single object – Ilia Sidorenko Mar 27 '17 at 08:14
  • Have you considered using the AWS S3 tool? http://docs.aws.amazon.com/cli/latest/reference/s3/ – Tim Mar 27 '17 at 17:50
  • Yes, I'm looking for an analogue of `aws s3 cp`. AWS itself is rather bloated required python, while awless has lean binary. – Ilia Sidorenko Mar 27 '17 at 23:06
  • S3 has a rest interface - it's it's a giant web server. Have you considered using that rather than awless or the aws s3 tool? – Tim Mar 28 '17 at 00:49
  • Yes, ended up doing exactly that (curl+openssl). Still, I would like to have the whole aws toolset at the disposal and not be required to reimplement whatever little thing I might need from aws. Awlses seems to be the perfect lean tool for that, but still looking for a way to sync single object. – Ilia Sidorenko Mar 28 '17 at 04:38
  • 1
    Worth mentioning that aws-cli tool times out if your file takes longer than 60s to download. – weberc2 Apr 10 '17 at 16:54

0 Answers0