CN111198842A - File management system and method under micro-service system - Google Patents

File management system and method under micro-service system Download PDF

Info

Publication number
CN111198842A
CN111198842A CN201811385015.9A CN201811385015A CN111198842A CN 111198842 A CN111198842 A CN 111198842A CN 201811385015 A CN201811385015 A CN 201811385015A CN 111198842 A CN111198842 A CN 111198842A
Authority
CN
China
Prior art keywords
user
module
file
folder
files
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201811385015.9A
Other languages
Chinese (zh)
Inventor
彭诚
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Potevio Information Technology Co Ltd
Original Assignee
Potevio Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Potevio Information Technology Co Ltd filed Critical Potevio Information Technology Co Ltd
Priority to CN201811385015.9A priority Critical patent/CN111198842A/en
Publication of CN111198842A publication Critical patent/CN111198842A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The embodiment of the invention provides a file management system and method under a micro-service system. The system comprises: the system comprises a storage module, a creation module, a management module, a deployment module and a permission setting module, wherein the storage module is used for storing metadata of an original file in a relational database and storing the actual content of the original file in FastDfs or Mongodb GridFs; the creating module is used for automatically creating a corresponding user folder for the logged-in user; the management module is used for carrying out file uploading, directory creation, file name modification, directory movement or file deletion on the user folder; the deployment module is used for selecting files from the user folder and deploying the files to the corresponding application; and the permission setting module is used for setting permissions of the folders in the deployed application according to users with different roles. According to the embodiment of the invention, the folders in the application are configured with different authorities according to different roles, so that the system maintenance is simpler and the time is saved.

Description

File management system and method under micro-service system
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to a file management system and method under a micro-service system.
Background
In the existing microservice system, uploaded files are usually placed in a directory of an application container, and if modification, redeployment and migration of an application occur, the original files need to be backed up, so that the workload is very huge. Moreover, the uploaded files need to be placed in a directory, and the permissions are designed for the folders, so that the setting amount and the setting difficulty are difficult to be finished by common users. If no authority is set, the user data is not safely stored in the container.
Disclosure of Invention
Aiming at the problems in the prior art, the embodiment of the invention provides a file management system and method under a micro service system.
In a first aspect, an embodiment of the present invention provides a file management system under a microservice system, where the file management system includes: the system comprises a storage module, a creation module, a management module, a deployment module and a permission setting module, wherein:
the storage module is used for storing the metadata of the original file in a relational database and storing the actual content of the original file in FastDfs or Mongobb GridFs;
the creating module is used for automatically creating a corresponding user folder for a logged-in user, and the authority of the user folder is that the corresponding user can read and write and other users cannot access the user folder;
the management module is used for carrying out operations of uploading files, creating directories, modifying file names, moving directories or deleting files on the user folders;
the deployment module is used for selecting files from the user folder and deploying the files to corresponding applications;
and the permission setting module is used for setting permissions of the folders in the deployed application according to users with different roles.
In a second aspect, an embodiment of the present invention provides a file management method under a micro service system, where the method includes:
the storage module stores the metadata of the original file in a relational database, and stores the actual content of the original file in FastDfs or Mongobb GridFs;
the creating module automatically creates a corresponding user folder for a logged-in user, wherein the authority of the user folder is that the corresponding user can read and write and other users cannot access;
the management module uploads files, creates a new directory, modifies file names, moves the directory or deletes files to the user folder;
the deployment module selects files from the user folder and deploys the files to corresponding applications;
and the permission setting module sets the permissions of the folders in the deployed application according to the users with different roles.
In a third aspect, an embodiment of the present invention further provides an electronic device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor executes the computer program to implement the method according to the second aspect.
In a fourth aspect, the present invention further provides a non-transitory computer readable storage medium, on which a computer program is stored, which when executed by a processor implements the method according to the second aspect.
The embodiment of the invention can lead the user to upload files more conveniently and safely by independently managing each user folder, and lead the system to be simpler to maintain and save time by carrying out different authority configuration on the folders in the application according to different roles.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
Fig. 1 is a schematic structural diagram of a file management system under a microservice system according to an embodiment of the present invention;
fig. 2 is a schematic diagram of authority configuration of a creator according to an embodiment of the present invention;
FIG. 3 is a diagram illustrating a privilege configuration of a user group according to an embodiment of the present invention;
FIG. 4 is a diagram illustrating a configuration of rights of a general user according to an embodiment of the present invention;
fig. 5 is a flowchart illustrating a file management method under a microservice system according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 shows a schematic structural diagram of a file management system under a microservice system according to an embodiment of the present invention.
As shown in fig. 1, a file management system under a microservice system provided by an embodiment of the present invention includes: a storage module 11, a creation module 12, a management module 13, a deployment module 14, and a permission setting module 15, wherein:
the storage module 11 is configured to store metadata of an original file in a relational database, and store actual content of the original file in FastDfs or Mongodb GridFs;
in particular, FastDfs is an open-source lightweight distributed file system, and can perform management operations such as storage, synchronization, file access (file upload, file download) and the like on files. GridFS is a sub-module of Mongdb, and files can be persisted based on Mongdb using GridFs.
Specifically, the metadata includes data items such as size, type, description, and the like of the original file; the storage module stores the metadata in a relational database, such as MySql, SqlServer, Oracle and the like, and stores the actual content of the file in MongdbGridFs or FastNfs network files.
In the embodiment of the invention, the file is uploaded to the server to generate the UUID (Universal Unique Identifier), the UUID is associated with the metadata, and a breakpoint uploading function is provided.
The creating module 12 is configured to automatically create a corresponding user folder for a logged-in user, where the user folder has a right of being readable and writable by the corresponding user and is inaccessible by other users;
specifically, after a user logs in the system, the creating module can automatically create a user folder for storing files uploaded by the user, the user folder corresponds to the user, the authority is that the user can read and write the user, and other people do not allow access, so that the user can independently manage the corresponding user folder.
The management module 13 is configured to perform operations of uploading files, creating new directories, modifying file names, moving directories, or deleting files on the user folders;
specifically, the user may manage the user folders and the files in the folders, including creating directories to the folders, uploading files, modifying file names, moving directories, deleting, and the like.
The embodiment of the invention can independently manage the user folder created by each user.
The deployment module 14 is configured to select a file from the user folder and deploy the selected file to a corresponding application;
specifically, a user can select a file in a user folder and store the file in a corresponding application to deploy the application; when the user uploads the file to the application, the file is uploaded from the user uploading folder by default.
If the user folder does not have the desired file, the new file may be uploaded into the user folder.
The permission setting module 15 is configured to set permissions for folders in the deployed application according to users with different roles.
Specifically, when a user selects a file from an uploaded folder to an application, the user can configure the authority of the folder in the application, the authority is divided into a creator, a user group and other three dimensions to manage, and the user can configure four states of the folder, namely readable, writable, modified and deleted states from the three dimensions.
The embodiment of the invention can lead the user to upload files more conveniently and safely by independently managing each user folder, and lead the system to be simpler to maintain and save time by carrying out different authority configuration on the folders in the application according to different roles.
On the basis of the above embodiment, the management module is configured to select an original file from the relational database, FastDfs, or Mongodb GridFs, and upload the original file to a corresponding user folder.
Specifically, the user needs to upload files by selecting original metadata and file contents from a relational database, FastDfs or Mongobb GridFs and storing the original metadata and the file contents in a user folder.
On the basis of the above embodiment, the system further includes:
and the dividing module is used for dividing all users according to three roles of a creator, a user group and a common user, and each user is divided into one of the three roles of the creator, the user group or the common user.
Specifically, the user roles include three types, i.e., a creator, a user group, and a general user, the creator being a folder creator, the user group being some selected users, and the general user being a user other than the two roles.
All users are divided according to three roles, and finally, each user is divided into one of the three roles.
On the basis of the above embodiment, the rights include read, write, modify, and delete;
the permission setting module is used for configuring the permissions of the creator to be readable, writable, modifiable and deletable;
fig. 2 is a diagram illustrating a rights configuration of a creator according to an embodiment of the present invention.
As shown in fig. 2, the creator's rights are configured to be readable, writable, modifiable, and deletable.
The user group comprises a plurality of sub-user groups, and the permission setting module is used for configuring the permission of each sub-user group into one or more of four states of readable, writable, modifiable and deletable;
fig. 3 is a diagram illustrating a permission configuration of a user group according to an embodiment of the present invention.
As shown in fig. 3, the users whose roles are user groups may be divided into a plurality of sub-user groups, such as my group 1, my group 2, and so on. Different sub-user groups may be configured with different permissions, one or more of four states, readable, writable, modifiable, and deletable, e.g., sub-my group 1 permissions are readable and writable, and my group 2 permissions are readable and writable and modifiable.
The permission setting module is also used for configuring the permission of the common user into one or more of four states of readable, writable, modifiable and deletable.
Fig. 4 is a diagram illustrating a right configuration of a general user according to an embodiment of the present invention.
As shown in fig. 4, the rights of the general user are readable.
Fig. 5 is a flowchart illustrating a file management method in a microservice system according to an embodiment of the present invention.
As shown in fig. 5, the file management method under the micro service system provided in the embodiment of the present invention specifically includes the following steps:
s11, the storage module stores the metadata of the original file in a relational database, and stores the actual content of the original file in FastDfs or Mongobb GridFs;
in particular, FastDfs is an open-source lightweight distributed file system, and can perform management operations such as storage, synchronization, file access (file upload, file download) and the like on files. GridFS is a sub-module of Mongdb, and files can be persisted based on Mongdb using GridFs.
The metadata comprises data items such as size, type and description of the original file; the storage module stores the metadata in a relational database, such as MySql, SqlServer, Oracle and the like, and stores the actual content of the file in a Mongobb GridFs or FastDfs network file.
In the embodiment of the invention, the file is uploaded to the server to generate the UUID (Universal Unique Identifier), the UUID is associated with the metadata, and a breakpoint uploading function is provided.
S12, the creating module automatically creates a corresponding user folder for the logged-in user, wherein the authority of the user folder is that the corresponding user can read and write and other users cannot access;
specifically, after a user logs in the system, the creating module can automatically create a user folder for storing files uploaded by the user, the user folder corresponds to the user, the authority is that the user can read and write the user, and other people do not allow access, so that the user can independently manage the corresponding user folder.
S13, the management module uploads files, creates new directories, modifies file names, moves directories or deletes files to the user folders;
specifically, the user may manage the user folders and the files in the folders, including creating directories to the folders, uploading files, modifying file names, moving directories, deleting, and the like.
The embodiment of the invention can independently manage the user folder created by each user.
S14, selecting files from the user folder by a deployment module and deploying the files into corresponding applications;
specifically, a user can select a file in a user folder and store the file in a corresponding application to deploy the application; when the user uploads the file to the application, the file is uploaded from the user uploading folder by default.
If the user folder does not have the desired file, the new file may be uploaded into the user folder.
And S15, the permission setting module sets the permissions of the folders in the deployed application according to users with different roles.
Specifically, when a user selects a file from an uploaded folder to an application, the user can configure the authority of the folder in the application, the authority is divided into a creator, a user group and other three dimensions to manage, and the user can configure four states of the folder, namely readable, writable, modified and deleted states from the three dimensions.
The embodiment of the invention can lead the user to upload files more conveniently and safely by independently managing each user folder, and lead the system to be simpler to maintain and save time by carrying out different authority configuration on the folders in the application according to different roles.
On the basis of the foregoing embodiment, S13 specifically includes:
and selecting an original file from the relational database, FastDfs or Mongobb GridFs and uploading the original file to a corresponding user folder.
Specifically, the user needs to upload files by selecting original metadata and file contents from a relational database, FastDfs or Mongobb GridFs and storing the original metadata and the file contents in a user folder.
On the basis of the above embodiment, the method further includes:
the dividing module divides all users according to three roles of a creator, a user group and a common user, and each user is divided into one of the three roles of the creator, the user group or the common user.
Specifically, the user roles include three types, i.e., a creator, a user group, and a general user, the creator being a folder creator, the user group being some selected users, and the general user being a user other than the two roles.
All users are divided according to three roles, and finally, each user is divided into one of the three roles.
On the basis of the foregoing embodiment, S15 specifically includes:
the permission setting module configures the permissions of the creator to be readable, writable, modifiable and deletable;
the user group comprises a plurality of sub-user groups, and the permission setting module configures the permission of each sub-user group into one or more of four states of reading, writing, modifying and deleting;
the authority setting module configures the authority of the common user into one or more of four states of readable, writable, modifiable and deleteable.
Specifically, the permissions include read, write, modify, and delete;
specifically, the creator's rights are configured to be readable, writable, modifiable, and deletable.
The users whose roles are user groups may be divided into a plurality of sub-user groups, such as my group 1, my group 2, and so on. Different sub-user groups may be configured with different permissions, one or more of four states, readable, writable, modifiable, and deletable, e.g., sub-my group 1 permissions are readable and writable, and my group 2 permissions are readable and writable and modifiable.
The rights of the ordinary user are configured to be readable only.
The functional modules in the embodiments of the present invention may be implemented by a hardware processor (hardware processor), and the embodiments of the present invention are not described again.
An embodiment of the present invention further provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and when the processor executes the computer program, the method shown in fig. 5 is implemented.
Fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
As shown in fig. 6, the electronic device provided by the embodiment of the present invention includes a memory 21, a processor 22, a bus 23, and a computer program stored on the memory 21 and executable on the processor 22. The memory 21 and the processor 22 complete communication with each other through the bus 23.
The processor 22 is used to call the program instructions in the memory 21 to implement the method of fig. 5 when executing the program.
For example, the processor implements the following method when executing the program:
the storage module stores the metadata of the original file in a relational database, and stores the actual content of the original file in FastDfs or Mongobb GridFs;
the creating module automatically creates a corresponding user folder for a logged-in user, wherein the authority of the user folder is that the corresponding user can read and write and other users cannot access;
the management module uploads files, creates a new directory, modifies file names, moves the directory or deletes files to the user folder;
the deployment module selects files from the user folder and deploys the files to corresponding applications;
and the permission setting module sets the permissions of the folders in the deployed application according to the users with different roles.
According to the electronic equipment provided by the embodiment of the invention, each user folder is managed independently, so that the user can upload files more conveniently and safely, and the system can be maintained more simply and time is saved by configuring the folders in the application according to different roles and different authorities.
An embodiment of the present invention further provides a non-transitory computer readable storage medium, on which a computer program is stored, and the program, when executed by a processor, implements the steps of fig. 5.
For example, the processor implements the following method when executing the program:
the storage module stores the metadata of the original file in a relational database, and stores the actual content of the original file in FastDfs or Mongobb GridFs;
the creating module automatically creates a corresponding user folder for a logged-in user, wherein the authority of the user folder is that the corresponding user can read and write and other users cannot access;
the management module uploads files, creates a new directory, modifies file names, moves the directory or deletes files to the user folder;
the deployment module selects files from the user folder and deploys the files to corresponding applications;
and the permission setting module sets the permissions of the folders in the deployed application according to the users with different roles.
The non-transitory computer readable storage medium provided by the embodiment of the invention can make file uploading by a user more convenient and safer by independently managing each user folder, and can make system maintenance simpler and save time by configuring different permissions for folders in application according to different roles.
An embodiment of the present invention discloses a computer program product, the computer program product comprising a computer program stored on a non-transitory computer-readable storage medium, the computer program comprising program instructions, which when executed by a computer, enable the computer to perform the methods provided by the above-mentioned method embodiments, for example, including:
the storage module stores the metadata of the original file in a relational database, and stores the actual content of the original file in FastDfs or Mongobb GridFs;
the creating module automatically creates a corresponding user folder for a logged-in user, wherein the authority of the user folder is that the corresponding user can read and write and other users cannot access;
the management module uploads files, creates a new directory, modifies file names, moves the directory or deletes files to the user folder;
the deployment module selects files from the user folder and deploys the files to corresponding applications;
and the permission setting module sets the permissions of the folders in the deployed application according to the users with different roles.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A file management system under a microservice system, the system comprising: the system comprises a storage module, a creation module, a management module, a deployment module and a permission setting module, wherein:
the storage module is used for storing the metadata of the original file in a relational database and storing the actual content of the original file in FastDfs or Mongobb GridFs;
the creating module is used for automatically creating a corresponding user folder for a logged-in user, and the authority of the user folder is that the corresponding user can read and write and other users cannot access the user folder;
the management module is used for carrying out operations of uploading files, creating directories, modifying file names, moving directories or deleting files on the user folders;
the deployment module is used for selecting files from the user folder and deploying the files to corresponding applications;
and the permission setting module is used for setting permissions of the folders in the deployed application according to users with different roles.
2. The system of claim 1,
and the management module is used for selecting an original file from the relational database, FastDfs or Mongobb GridFs and uploading the original file to a corresponding user folder.
3. The system of claim 1, further comprising:
and the dividing module is used for dividing all users according to three roles of a creator, a user group and a common user, and each user is divided into one of the three roles of the creator, the user group or the common user.
4. The system of claim 3,
the permission setting module is used for configuring the permissions of the creator to be readable, writable, modifiable and deletable;
the user group comprises a plurality of sub-user groups, and the permission setting module is used for configuring the permission of each sub-user group into one or more of four states of readable, writable, modifiable and deletable;
the permission setting module is also used for configuring the permission of the common user into one or more of four states of readable, writable, modifiable and deletable.
5. A file management method under a micro service system is characterized by comprising the following steps:
the storage module stores the metadata of the original file in a relational database, and stores the actual content of the original file in FastDfs or Mongobb GridFs;
the creating module automatically creates a corresponding user folder for a logged-in user, wherein the authority of the user folder is that the corresponding user can read and write and other users cannot access;
the management module uploads files, creates a new directory, modifies file names, moves the directory or deletes files to the user folder;
the deployment module selects files from the user folder and deploys the files to corresponding applications;
and the permission setting module sets the permissions of the folders in the deployed application according to the users with different roles.
6. The method of claim 5, wherein the managing module uploading the user folder comprises:
and the management module selects an original file from the relational database, FastDfs or Mongdb GridFs and uploads the original file to a corresponding user folder.
7. The method of claim 5, further comprising:
the dividing module divides all users according to three roles of a creator, a user group and a common user, and each user is divided into one of the three roles of the creator, the user group or the common user.
8. The method of claim 7,
the permission setting module configures the permissions of the creator to be readable, writable, modifiable and deletable;
the user group comprises a plurality of sub user groups, and the permission setting module configures the permission of each sub user group into one or more of four states of reading, writing, modifying and deleting;
the authority setting module configures the authority of the common user into one or more of four states of readable, writable, modifiable and deleteable.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the steps of file management under the microservice system according to any of claims 5 to 8 when executing said program.
10. A non-transitory computer readable storage medium, on which a computer program is stored, the computer program, when being executed by a processor, implementing the steps of file management under a microservice system according to any of the claims 5 to 8.
CN201811385015.9A 2018-11-20 2018-11-20 File management system and method under micro-service system Pending CN111198842A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811385015.9A CN111198842A (en) 2018-11-20 2018-11-20 File management system and method under micro-service system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811385015.9A CN111198842A (en) 2018-11-20 2018-11-20 File management system and method under micro-service system

Publications (1)

Publication Number Publication Date
CN111198842A true CN111198842A (en) 2020-05-26

Family

ID=70744350

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811385015.9A Pending CN111198842A (en) 2018-11-20 2018-11-20 File management system and method under micro-service system

Country Status (1)

Country Link
CN (1) CN111198842A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113138965A (en) * 2021-05-06 2021-07-20 中国电子科技集团公司第三十八研究所 Storage management method and device based on large file

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102156844A (en) * 2011-04-22 2011-08-17 南京邮电大学 Implementation method of electronic document on-line/off-line safety management system
CN103646077A (en) * 2013-12-11 2014-03-19 北京控制工程研究所 Efficient software data management method combining local working area with remote data server
CN103812939A (en) * 2014-02-17 2014-05-21 李漾 Big data storage system
CN104852965A (en) * 2015-04-16 2015-08-19 北京京东尚科信息技术有限公司 Method and system for user account project management
CN107145531A (en) * 2017-04-18 2017-09-08 北京思特奇信息技术股份有限公司 The user management method of distributed file system and distributed file system
CN107480293A (en) * 2017-08-29 2017-12-15 北纬通信科技南京有限责任公司 File management method and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102156844A (en) * 2011-04-22 2011-08-17 南京邮电大学 Implementation method of electronic document on-line/off-line safety management system
CN103646077A (en) * 2013-12-11 2014-03-19 北京控制工程研究所 Efficient software data management method combining local working area with remote data server
CN103812939A (en) * 2014-02-17 2014-05-21 李漾 Big data storage system
CN104852965A (en) * 2015-04-16 2015-08-19 北京京东尚科信息技术有限公司 Method and system for user account project management
CN107145531A (en) * 2017-04-18 2017-09-08 北京思特奇信息技术股份有限公司 The user management method of distributed file system and distributed file system
CN107480293A (en) * 2017-08-29 2017-12-15 北纬通信科技南京有限责任公司 File management method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113138965A (en) * 2021-05-06 2021-07-20 中国电子科技集团公司第三十八研究所 Storage management method and device based on large file
CN113138965B (en) * 2021-05-06 2023-05-02 中国电子科技集团公司第三十八研究所 Storage management method and device based on large file

Similar Documents

Publication Publication Date Title
US11580241B2 (en) Nested namespaces for selective content sharing
US11321275B2 (en) Technologies for migrating content items from a server on a network to an online content management system
US11586374B2 (en) Index lifecycle management
US20160070431A1 (en) Sync based on navigation history
CN111201763B (en) Security based on file system content
CN103037008B (en) A kind of right management method of Synchronization Network dish and system
US11645236B2 (en) Extending retention lock protection from on-premises to the cloud
US11463446B2 (en) Team member transfer tool
US20150046141A1 (en) Methods, systems, and computer readable media for modeling a workload
JP7355964B2 (en) External location synchronization
US10929338B2 (en) Maintaining access control lists in non-identity-preserving replicated data repositories
CN111198842A (en) File management system and method under micro-service system
US9904602B1 (en) Secure search
AU2017385015B2 (en) Accessing historical content items of a content management system through placeholders
US11809381B2 (en) Accessing network based content items by a mobile device while offline
US11907558B2 (en) Policy based stub file and cloud object retention
US11836207B2 (en) User-initiated workflow to collect media
US12099564B2 (en) User-initiated workflow to collect media
JP7355959B2 (en) External location synchronization
CN109033357B (en) Synchronization method and device for WORM attribute
Shaik et al. Backups on the Cloud
CN116910746A (en) Tenant isolation and tenant quota management method, system, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200526