Skip to content

Commit

Permalink
Document path-style endpoint option
Browse files Browse the repository at this point in the history
See #42 and #37 for the rationale.
  • Loading branch information
kdambekalns authored Jul 20, 2021
1 parent d520af0 commit 1731bfe
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,18 @@ Flownative:
secret: 'abcdefgHIJKLMNOP1234567890QRSTUVWXYZabcd'
endpoint: 'https://storage.googleapis.com/mybucket.flownative.net'
```

## Path-style endpoints

When using a custom endpoint for a non-AWS, S3-compatible storage, the use of this option may be needed.

```yaml
Flownative:
Aws:
S3:
profiles:
default:
endpoint: 'https://abc.objectstorage.provider.tld/my-bucket-name'
# Prevents the AWS client to prepend the bucket name to the hostname
use_path_style_endpoint: true
```

0 comments on commit 1731bfe

Please sign in to comment.