goanpeca opened a new issue, #7727:
URL: https://github.com/apache/hop/issues/7727

   ### What needs to happen?
   
   The AWS S3 VFS documentation page 
(`docs/hop-user-manual/modules/ROOT/pages/vfs/aws-s3-vfs.adoc`) documents 
credentials and part size, but does not mention that the plugin accepts an 
endpoint URL and a path-style-access setting. Those options are what let the S3 
VFS talk to an implementation of the S3 API other than Amazon S3, which is a 
common deployment (self-hosted object storage, or a different provider).
   
   Because the page does not mention them, a user pointing Hop at such a store 
has to read the plugin source or find it in a mailing-list thread to discover 
that it is supported at all, and to learn that path-style addressing usually 
has to be turned on.
   
   The proposal is a short additional section on that page listing the two 
options, what they do, and when to set them, using a placeholder endpoint 
rather than any specific vendor host. No code change, no behavior change.
   
   I have a working branch with the section written and rendered clean through 
Asciidoctor at `--failure-level=WARN`, and can open a PR referencing this issue.
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Documentation
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to