__S3 integration__\\
\\
Allows you to use a S3 bucket as the backend filesystem. However since S3 isn't hierarchical, you only get simulated folders, and no ability to rename, and some other gotchas about how S3 works. These aren't limitations we impose, but just due to the design decisions S3 made in that it's intended for static item consumption and not as a location for holding and manipulating file names. \\
\\
The url should look like (Replace the url with your corresponding data!):\\
\\
{{{
s3://ACCESS_KEY_ID:SEECRET_ACCESS_KEY@SERVER/BUCKET/}}}
\\
The security credentials (Access key ID and Secret Access Key) were offered to save at S3 user creation. The server and bucket information can be found on the S3 portal (at AWS site S3 -> Buckets).\\
\\
[attachments|S3_bucket_info.png]\\
\\
Then paste them on the appropriate fields in CrushFTP.\\
\\
[attachments|S3_VFS_config.png]\\