Share Data

Users who have access to a workspace have access to all the files contained in that workspace.

All users have their own personal s3-bucket folder mounted in /projects, called my-private-bucket. Each user has a public s3-hosted folder called my-public-bucket. Files in this folder are automatically uploaded to s3 and are accessible from any workspace a user signs into.

The intention of this mounted folder is that you can use this to share data with others, and also store files you want to access across different workspaces. It is not intended that you do all of your work in this directory. Because this directory is mounted to s3, you will notice that processes are slower when working in this directory. Other users can access what you put in your public bucket by going to shared-buckets and the folder marked with your CAS username.

data

Users can create a shareable link for any files in their folder that is hosted on s3. To do this, go to Command Palette -> User -> Get Presigned S3 Url and enter the relative path to the file you want to share. You can also do this by right clicking a file and selecting “Get Presigned S3 Url”. The link will expire after 12 hours.