Skip to main content

Storage Integration Specifications

This document organizes what you need to prepare by type before registering storage. After registration, what viewing and editing functions you can use isFunctionality and Extension Support by Storage TypePlease refer to it.

Criteria: Admin Page Storage Registration Screen (2026-08-20)

1. Types that can be registered


typeConditions displayed on the screenUsable Purposes
NASalwaysPersonal Folder · Shared Folder · Common Folder · Teams Folder
Secure NASWhen using the Edge server (integration service) in company settingsPersonal Folder · Shared Folder · Common Folder · Teams Folder
SharePointWhen using Microsoft integration in company settingsShared Box · Common Box
GoogleDriveWhen using Google integration in company settingsShared Box · Common Box
Amazon S3alwaysShared Box · Common Box

The only options that can be used as personal and Teams folders are NAS and secure NAS.

The general storage method can only be specified in personal and common storage. The rest is secure storage.

2. NAS


2.1 Things to Prepare

itemThis is
ProtocolMust support either WebDAV or SFTP.
NetworkSHIELD Drive and NAS must be connected. Open the ports to be used in the firewall.
accountOne NAS access account. The folder to be connected must have read and write permissions.
folderThe folder to be connected must be created in advance.
Print MarkOnly required when connecting via SFTP (2.4)

2.2 Input Items

itemEssentialContent
nameEssentialName to identify this storage in the list
Explanation-Selection Input
typeEssentialNAS
PurposeEssentialPersonal Folder · Shared Folder · Common Folder · Teams Folder
Storage MethodEssentialSecure Storage / Regular Storage
Total Storage SizeEssentialTotal capacity used by SHIELD Drive
Basic User AssignmentEssentialAllocation capacity per user. 0 means unlimited.
URLEssentialNAS address
Connection TypeEssentialWEBDAV / SFTP
Print MarkRequired when SFTPIf you select SFTP, an input field will appear.
Folder pathEssentialFolder path to connect
PortEssentialWhen you select a connection type, the default values are filled in.
idEssentialNAS Access Account
passwordRequired upon registrationWhen left blank during editing, the existing value will be used as is.

If a company uses security levels, the level and label items will appear together. The level can only be selected when registering secure storage, and it cannot be changed after registration.

2.3 Changes Depending on Connection Type

itemWEBDAVSFTP
URL notationhttps://nas.company.comorhttp://10.10.10.1010.10.10.10
Folder pathShared Folder Base Path (/ShareDrive/nas)Full path inside NAS (/share/CACHEDEV1_DATA/nas)
Port default value500110022
Print MarkI will not enter.Essential

The default port is a value that is automatically filled in on the screen. Change it to the port that matches your NAS settings.

The folder path notation differs in two ways. SFTP uses the full path of the NAS file system as it is.

2.4 How to Check Print Marks

To verify data transfer integrity when connecting via SFTP, the SSH host key fingerprint of the NAS is required.

Access the NAS and check with the command below, then enter the outputted MD5 value.

ssh-keygen -lf /etc/ssh/ssh_host_rsa_key.pub -E md5

Input format isec:4c:5a:6f:3s:43:fs...is as follows.

3. Secure NAS


It is the same as the input items for NAS, and there is one more below.

itemEssentialContent
Integration ServiceEssentialSelect the Edge server to link.

If the Edge server is not registered, the security NAS type itself will not appear on the screen. First, register the Edge server and then register the storage.

4. SharePoint


itemEssentialContent
Name · DescriptionName required
typeEssentialSharePoint
PurposeEssentialShared Box · Common Box
URLEssentialDocument Library URL of SharePoint site

Create a SharePoint site in the logged-in Microsoft tenant and retrieve its URL. If the URL is invalid, it will not be registered.

5. GoogleDrive


itemEssentialContent
Name · DescriptionName required
typeEssentialGoogleDrive
PurposeEssentialShared Box · Common Box
Google AccountEssentialAccount belonging to the Google tenant connected to the company

The account must have a Google Drive usage license. If the account is invalid, it will not be registered.

6. Amazon S3


itemEssentialContent
Name · DescriptionName required
typeEssentialAmazon S3
PurposeEssentialShared Box · Common Box
Bucket NameEssential
Region NameEssential
Access KeyRequired upon registration
secret keyRequired upon registrationWhen left blank during editing, the existing value will be used as is.

7. Automatically Created Storage


The following will be created automatically when the external integration is enabled, not from the registration screen.

typeWhen does it happen?PurposeBasic usage 여부
OneDriveWhen turning on Microsoft integrationpersonal spaceNot in use
GoogleDriveWhen turning on Google integrationpersonal spaceNot in use
SharePointWhen turning on Microsoft integration, if there is a team and the automatic sync for the Teams tab in company settings is enabled,Teams folderuse

8. When Registration Fails


SymptomsCheck it
Error indicating that the protocol is not supportedWhether the NAS has the selected connection type (WebDAV or SFTP) turned on.
Connection refused or value is invalid errorPort number, whether that port is open in the firewall
Account ErrorID·Password, and whether that account can access the target folder
Path errorIs the folder path notation suitable for the connection type? (2.3)
SFTP registration failedWhether the print mark matches the current host key of the NAS. The value changes when the NAS is reinstalled.

9. Varies by model


Registration itself only requires support for WebDAV or SFTP, so it is not limited to specific NAS models.

HoweverThe range that prevents overwriting in a different path while editing on a general storage NAS varies by model.

  • Direct overwriting in the NAS web interface (File Station, etc.) is only blocked when connected via SFTP.
  • Many NAS devices do not support WebDAV ACL, in which case it is replaced with WebDAV LOCK.
  • Deletion, moving, and renaming cannot be blocked. This is a parent folder permission issue that needs to be set separately on the NAS.
  • Administrator accounts cannot be blocked by any means.

If you are in a situation where you need to promise to block overwriting during editing for the client, you must first check the specific model.

10. Common Limitations


  • The internal policies and permissions already applied to NAS and BOX are not linked to SHIELD Drive.
  • The general storage method keeps the file as is, so encryption and obfuscation are not applied.
  • The existing folder structure and files will remain unchanged.