Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbygdell committed Sep 12, 2024
1 parent 3be9108 commit c4d86c3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ Follow the dialogue to get authenticated and then click on `Download inbox s3cmd

Alternatively, you can download the configuration file using the [login command](#Login).

The access token used to authenticate to the inbox can be supplied in 3 different ways; in the config file, as an ENV `ACCESSTOKEN` or on the command line `-accessToken <access-token>` as part of the upload command.

The Priority order for the access token is:

1. Using the `-accessToken` flag
2. From the ENV `ACCESSTOKEN`
3. In the config file

### Upload file(s)

Now that the configuration file is downloaded, the file(s) can be uploaded to the archive using the binary file created in the first step of this guide. To upload a specific file, use the following command:
Expand Down

0 comments on commit c4d86c3

Please sign in to comment.