Definition of Terms

The following is an explanation of the terminology used in this document.

Terminology

Description

AXXE-L Data Mobility (ADM)

Cloud-based storage that stores data in object format. Secure and fast data movement between on-premise storage and ADM.

Supports multiple connections to public clouds such as AWS.

S3

An object storage service provided by "Amazon.com".

S3 Compatibility

Must be able to use Amazon S3 compliant protocols and commands.

object storage

Storage for storing data as object units.

It has excellent scalability and is suitable for cases where there is a rapid increase in data or when large amounts of data are stored for long periods of time.

Bucket

It has the role of a container for storing data as objects.

ADM allows detailed settings to be configured for buckets, such as specifying storage regions, access privileges, and overwrite prohibitions.

Bucket Policy

It is possible to determine a policy for granting access to buckets and the objects stored in them. Create a bucket policy and associate (apply) the policy to the bucket.

Cloud Storage

A file storage service used via the Internet. Depending on the service offered by each company, a separate data transfer fee may be added in addition to the storage capacity. (ADM does not require a transfer fee.)

Difference between file storage and object storage File Storage

  • Data can be saved in file units, and folders can be managed and stored in a hierarchical structure.

  • Can be used as if it were local storage by using file sharing protocols on Windows and Linux OS machines

  • Storage volume expansion requires planned provisioning

Object Storage

  • Stores data in object units in a non-hierarchical, flat structure

  • All data is stored centrally, making it easy to retrieve and move data around.

  • Storage nodes can be easily expanded to store large volumes of data at a rapid rate

  • Easy access from any Internet-enabled device.

Reference

It is a typical FTP client that allows S3 storage connections from Windows or Mac.

Please refer to the developer's URL for details on how to use the system.

  • CyberDuck https://cyberduck.io/

  • WinSCP Ver 5.13 or later https://winscp.net/eng/news.php

最終更新