Calling S3 from a command-line tool

Open
#253 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Stale
Tech stack
aws, javascript
Domain
cli, cloud

Research direction

Open daves3.js and compare its S3 usage with the linked AWS SDK migration guide. Verify the command-line tool no longer prints the multi-line conversion warning and that its S3 operations still work after the migration.

Written by the indexing model from the issue text.

Description

I'm working on a command-line tool that connects to S3 among other things. But there's a problem. When the app opens, ie every time you issue a command, we get a multi-line message from the AWS package saying it's time to convert to the new version of their API.

Okay great. I guess now I finally have to convert. So I go to their website and like all Amazon docs, it never gets to the point.

I have all my S3 code in one package, so it should be easy for me to transition.

https://github.com/scripting/s3/blob/master/daves3.js

Anyway, please if you have any ideas, I have just this code to convert.

Dominant language
HTML
Stars
134
Forks
10
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from scripting/Scripting-News

All issues in scripting/Scripting-News

Similar issues

More CLI issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.