Uploading Files to Amazon Simple Storage Service (S3)
- Updated2025-10-28
- 2 minute(s) read
Uploading Files to Amazon Simple Storage Service (S3)
Configure SystemLink file service to store incoming data in Amazon Web Services (AWS).
Note Using Amazon S3 as your file storage disables
all file moving rules.
Before you begin, complete the following tasks.
- Create an AWS account.
- Create a bucket with a policy that allows the following actions.
- s3:PutObject
- s3:PutObjectTagging
- s3:GetObject
- s3:GetObjectAttributes
- s3:DeleteObject
Note For more information, refer to Bucket policy examples. - Ensure that you know your access keys, secret keys, bucket name, and region.
Note Interacting with Amazon S3 incurs
fees with Amazon.
- In the NI SystemLink Server Configuration tool, under NI SystemLink Service Manager, select FileIngestion.
- Select Amazon Simple Storage service (S3).
-
Specify the following settings.
Setting Description Access Key The access key string for the user provided access to the S3 bucket. Secret Key The secret key string for the user provided access to the S3 bucket. Region Sets the AWS region where the bucket is located. For example, us-east-1. Bucket The name of the bucket in the specified AWS region stores the files. To use the name of the SystemLink workspace in the bucket name, enter <workspace>. Ensure that the workspace name follows the bucket naming rules. Folder (optional) Specifies the folder to which you want to save your files. You can enter <workspace> to use the name of the SystemLink workspace in the folder name. -
Click Apply to commit your entries.
Note To avoid duplicate file collisions, SystemLink ensures all files names in S3 use a unique ID. The filenames from SystemLink are not shown in Amazon S3. To view the SystemLink filename, refer to the FileName tag on the Properties tab of the file in AWS.
Note You must retain the configuration settings to open and download the files in the Amazon S3
bucket. If you remove these settings, you will no longer be able to access the files in the
Files application.
Related Information
- Moving Incoming Files to Other Locations
Configure rules to move files entering your SystemLink server. This allows you to use folders or file storages as an alternative or in addition to the central SystemLink file service.
- Sign up for AWS
- Creating a bucket
- Bucket naming rules
- Bucket policy examples