You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you for your product, I have a question, is it possible to mount not the entire bucket, but only its specific folder when mounting an s3 bucket?
For example, do not mount https://my-bucket.s3.amazonaws.com/
instead mount like this https://my-bucket.s3.amazonaws.com/folder
The text was updated successfully, but these errors were encountered:
at this moment, Datashim's CSI-S3 implementation does not support accessing prefixes for S3 buckets (i.e. folders). The entire bucket is mounted but you can chose to read/write to a specific subfolder.
Hello, thank you for your product, I have a question, is it possible to mount not the entire bucket, but only its specific folder when mounting an s3 bucket?
For example, do not mount
https://my-bucket.s3.amazonaws.com/
instead mount like this
https://my-bucket.s3.amazonaws.com/folder
The text was updated successfully, but these errors were encountered: