Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tarteo committed Nov 29, 2024
1 parent 92758b2 commit 8fb99cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ status:

**N.B.** When a bucket (CR) is deleted, it checks whether the bucket is used somewhere else before proceeding with the deletion.

### Environment variables

- `DEFAULT_S3_ENDPOINT`: Default endpoint applied when no secret (`spec.secret`) specified
- `DEFAULT_S3_ACCESS_KEY`: Default access key applied when no secret (`spec.secret`) specified
- `DEFAULT_S3_SECRET_KEY`: Default secret key applied when no secret (`spec.secret`) specified
- `DEFAULT_S3_REGION`: Default region applied when no region is specified

## Getting Started

### Prerequisites
Expand Down

0 comments on commit 8fb99cb

Please sign in to comment.