Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 950 Bytes

File metadata and controls

31 lines (16 loc) · 950 Bytes

STORAGE FILES

API for files storage and control.

Description

Bucket

The bucket is the main directory where the files will be stored. A bucket may contain one or more folders and also one or more objects. A user can create only one bucket.

Attention buckets of the same name are not allowed.

Folder

Folder is a child directory, meaning it belongs to a bucket. A folder can not contain other folders, only objects. Within a bucket can contain as many folders as the user wants to create.

Attention is not allowed folders with the same name.

Object

Objects is any binary file that will be stored inside a bucket.

Why SocketIO ?

The socketIO is used to transmit the upload percentage of the files. From the user's nickname, it is possible to capture the percentage of the upload.