We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d520af0 commit 1731bfeCopy full SHA for 1731bfe
1 file changed
README.md
@@ -328,3 +328,18 @@ Flownative:
328
secret: 'abcdefgHIJKLMNOP1234567890QRSTUVWXYZabcd'
329
endpoint: 'https://storage.googleapis.com/mybucket.flownative.net'
330
```
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