Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Add details about s3 configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
dbampalikis committed Jun 4, 2021
1 parent 248bbe8 commit 7b0aebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For example, to upload a file using the configuration file use
```bash
s3cmd -c <CONF_FILE> put <FILE_TO_UPLOAD> s3://<USERNAME>
```
where `CONF_FILE` is downloaded from the link above and the `USERNAME` can be found in the configuration file under `access_key`.
where `CONF_FILE` the sample file above or downloaded from the login portal and the `USERNAME` can be found in the configuration file under `access_key`.

## Backend services

Expand Down
2 changes: 1 addition & 1 deletion dev_utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ go build main.go

## Test with s3 configuration file
To test the implementation locally use the `proxyS3` file located
in the `dev_utils` folder.
in the `dev_utils` folder or a file downloaded from the login portal.

## For example use s3tools to interact with the proxy

Expand Down

0 comments on commit 7b0aebb

Please sign in to comment.