Documentation Index

Fetch the complete documentation index at: https://kb.vastdata.com/llms.txt

Use this file to discover all available pages before exploring further.

Accessing Subdirectories of Multi-Protocol Views

Prev Next

Directories created inside views via other protocols (NFS, SMB), are accessible by S3 clients. To derive the key for accessing a file under a nested path as an S3 object, prepend the file path relative to the view path to the file name.

For example, supposing:

  • A view is created on path ​dev/​​ mounted by an NFS client.

  • An NFS client creates a directory src under the mounted view and saves the file ​component​​ under the directory.

The key for accessing the file ​component​ as an S3 object is src/component​.