# Resource file attachments

Motor Admin allows to attach images and files to resources via associated built-it Attachment table. By default, all files are stored on disk in the current working directory inside the motor-admin-attachments folder.

# Attachment column

Single attachment can be defined via reference column on Attachment resource:

Image

# Attachments association

Multiple attachments can be defined via association on Attachment resource:

Files

# AWS S3

Alternatively, it's possible to store attachments on S3 by specifying AWS credentials:

Settings