Skip to content

Commit 1731bfe

Browse files
authored
Document path-style endpoint option
See #42 and #37 for the rationale.
1 parent d520af0 commit 1731bfe

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,3 +328,18 @@ Flownative:
328328
secret: 'abcdefgHIJKLMNOP1234567890QRSTUVWXYZabcd'
329329
endpoint: 'https://storage.googleapis.com/mybucket.flownative.net'
330330
```
331+
332+
## Path-style endpoints
333+
334+
When using a custom endpoint for a non-AWS, S3-compatible storage, the use of this option may be needed.
335+
336+
```yaml
337+
Flownative:
338+
Aws:
339+
S3:
340+
profiles:
341+
default:
342+
endpoint: 'https://abc.objectstorage.provider.tld/my-bucket-name'
343+
# Prevents the AWS client to prepend the bucket name to the hostname
344+
use_path_style_endpoint: true
345+
```

0 commit comments

Comments
 (0)