CN114584530B - Method for realizing object storage custom domain name, electronic equipment and storage medium - Google Patents

Method for realizing object storage custom domain name, electronic equipment and storage medium Download PDF

Info

Publication number
CN114584530B
CN114584530B CN202210229518.7A CN202210229518A CN114584530B CN 114584530 B CN114584530 B CN 114584530B CN 202210229518 A CN202210229518 A CN 202210229518A CN 114584530 B CN114584530 B CN 114584530B
Authority
CN
China
Prior art keywords
domain name
load balancing
custom domain
service
object storage
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.)
Active
Application number
CN202210229518.7A
Other languages
Chinese (zh)
Other versions
CN114584530A (en
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.)
Inspur Cloud Information Technology Co Ltd
Original Assignee
Inspur Cloud 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 Inspur Cloud Information Technology Co Ltd filed Critical Inspur Cloud Information Technology Co Ltd
Priority to CN202210229518.7A priority Critical patent/CN114584530B/en
Publication of CN114584530A publication Critical patent/CN114584530A/en
Application granted granted Critical
Publication of CN114584530B publication Critical patent/CN114584530B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/215Flow control; Congestion control using token-bucket

Abstract

The invention discloses a method for realizing a self-defined domain name of an object storage, electronic equipment and a storage medium, which belong to the technical field of object storage, and the technical problem to be solved by the invention is how to enable a user to access own local application by using the self-defined domain name, and the adopted technical scheme is as follows: the method provides the object storage service through the object storage gateway service, and is not exposed to the user; the object storage flow distribution is realized through the load balancing service, and the object storage service is provided for the user; meanwhile, the https certificate of the user-defined domain name is managed through a certificate management agent; the method comprises the following steps: setting, inquiring, using and deleting the custom domain name; setting, deleting and using custom domain name certificates.

Description

Method for realizing object storage custom domain name, electronic equipment and storage medium
Technical Field
The invention relates to the technical field of object storage, in particular to a method for realizing a custom domain name of object storage, electronic equipment and a storage medium.
Background
Object storage was developed based on file storage. Compared with file storage, object storage is simpler, structures such as namespaces and file catalogues are abandoned, the object storage is flatter, and the object storage is more in line with popular ideas in aspects of use, expansion and maintenance. The operation main body is changed into an object from a file, and the operation of the object mainly comprises Put, get and Delete.
Object storage generally supports three resource access modes:
(1) path Style URL: the name of the bucket immediately follows domain and becomes part of the URL path.
(2) Virtual-to-store Style URL: the name of the socket is called subdomain.
(3) Custom domain name: and customizing the domain name CNAME to an object storage address to be accessed, and accessing the object storage designated barrel through the custom domain name.
Some user-defined domain names have the condition of not being recorded. Therefore, if the user simply uses the CNAME mode to map to the address of the object storage, the user can not ensure the custom domain name record, the object storage provider is required to provide a corresponding custom domain name configuration API, the verification of the domain name record is performed during the setting, and the custom domain name which is not recorded can not pass.
Therefore, how to enable a user to access to his local application by using a customized domain name is a technical problem to be solved.
Disclosure of Invention
The technical task of the invention is to provide a method for realizing the object storage custom domain name, electronic equipment and a storage medium, so as to solve the problem of how to enable a user to access own local application by using the custom domain name.
The technical task of the invention is realized in the following way, an object storage custom domain name realizing method is realized, the method provides object storage service through object storage gateway service, and the object storage service is not exposed to users; the object storage flow distribution is realized through the load balancing service, and the object storage service is provided for the user; meanwhile, the https certificate of the user-defined domain name is managed through a certificate management agent; the method comprises the following steps:
setting, inquiring, using and deleting the custom domain name;
setting, deleting and using custom domain name certificates.
Preferably, the setting of the custom domain name is specifically as follows:
(1) The user sends a custom domain name setting request to the load balancing service, and the step (2) is executed next;
(2) The load balancing service reverse proxy user requests to the object storage gateway service, and the step (3) is executed next;
(3) The object storage service analysis request obtains the set custom domain name and whether the domain name starts static website hosting:
(1) if yes, executing the step (4);
(2) if not, jumping to the step (9);
(4) Detecting whether the custom domain name is recorded in a relevant management department:
(1) if yes, executing the step (5);
(2) if not, jumping to the step (9);
(5) Detecting whether the currently set custom domain name is already bound to other buckets:
(1) if so, jumping to the step (9);
(2) if not, executing bad renting (6);
(6) Storing the custom domain name in metadata of a barrel and a custom domain name database, and executing the step (7) next; the method comprises the steps of obtaining custom domain name information set by a current barrel through metadata of a query barrel, and obtaining a barrel name corresponding to the custom domain name through querying a custom domain name database.
(7) The object storage gateway returns successful setting to the load balancing service, and the step (8) is executed next;
(8) The load balancing service returns successful setting to the user, and the step (11) is executed next;
(9) The object storage gateway returns a failure of setting to the load balancing service, and the step (10) is executed next;
(10) The load balancing service returns failure of setting to the user, and the step (11) is executed next;
(11) The request ends.
Preferably, the query custom domain name is specifically as follows:
(1) The user sends a user-defined domain name query request to the load balancing service;
(2) The load balancing service reversely agents the user request to the object storage gateway service;
(3) The object storage service obtains the custom domain name information set by the current barrel through inquiring the metadata of the barrel;
(4) The object storage gateway returns success or failure of the query to the load balancing service;
(5) The load balancing service returns the success or failure of the query to the user, and the request ends.
Preferably, the custom domain name is used as follows:
(1) Setting CNAME records of the custom domain name as load balancing service addresses;
(2) Accessing the custom domain name, and sending the request to the load balancing service;
(3) The load balancing service reversely agents the user request to the object storage gateway service;
(4) The object storage gateway service obtains the custom domain name;
(5) The object storage gateway service queries a custom domain name database to obtain a barrel corresponding to the custom domain name;
(6) The object storage gateway transfers the request to the corresponding barrel, and returns success or failure to the load balancing service after executing corresponding operation;
(7) The load balancing service returns success or failure to the user, and the request ends.
Preferably, deleting the custom domain name is specifically as follows:
(1) The user sends a user-defined domain name deletion request to the load balancing service;
(2) The load balancing service reversely agents the user request to the object storage gateway service;
(3) The object storage service deletes the current custom domain name record from the metadata of the barrel and the custom domain name database;
(4) The object storage gateway returns success or failure of deletion to the load balancing service;
(5) And the load balancing service returns success or failure of deletion to the user, and the request is ended.
Preferably, the custom domain name certificate is set as follows:
(1) The user sends a custom domain name certificate setting request which comprises a custom domain name, custom domain name certificate information and a barrel-to-load balancing service bound by the custom domain name;
(2) A load balancing service reverse proxy request to a certificate management agent;
(3) The certificate management agent acquires a custom domain name and a custom domain name certificate, and imports the custom domain name and the custom domain name certificate into a load balancing service configuration file;
(4) Triggering the load balancing service to re-import the configuration file by the certificate management agent so as to enable the certificate to take effect;
(5) The certificate management agent returns success or failure of setting to the load balancing service;
(6) The load balancing service returns the success or failure of the certificate setting to the user, and the request is ended.
Preferably, deleting the custom domain name certificate is specifically as follows:
(1) The user sends a user-defined domain name deleting request which comprises a user-defined domain name, user-defined domain name certificate information and user-defined domain name binding barrel-to-load balancing service;
(2) A load balancing service reverse proxy request to a certificate management agent;
(3) The certificate management agent acquires the custom domain name and the custom domain name certificate, and deletes the custom domain name and the custom domain name certificate from the load balancing service configuration file;
(4) Triggering the load balancing service to re-import the configuration file by the certificate management agent so as to enable the certificate to be deleted and validated;
(5) Returning success or failure of deletion to the load balancing service by the certificate management agent;
(6) The load balancing service returns the success or failure of certificate deletion to the user, and the request is ended.
More preferably, the custom domain name certificate is used as follows:
(1) Setting CNAME records of the custom domain name as load balancing service addresses;
(2) The user accesses the custom domain name through https protocol, and the request is sent to the load balancing service;
(3) The load balancing service returns a custom domain name certificate;
(4) User authentication custom domain name certificates;
(5) The load balancing service reversely agents the user request to the object storage gateway service;
(6) The object storage gateway service obtains the custom domain name;
(7) The object storage gateway service queries a custom domain name database to obtain a barrel corresponding to the custom domain name;
(8) The object storage gateway transfers the request to the corresponding barrel, and returns success or failure to the load balancing service after executing corresponding operation;
(9) The load balancing service returns success or failure to the user, and the request ends.
An electronic device, comprising: a memory and at least one processor;
wherein the memory has a computer program stored thereon;
the at least one processor executes the computer program stored by the memory, causing the at least one processor to perform the object store custom domain name implementation method as described above.
A computer readable storage medium having stored therein computer executable instructions that when executed by a processor perform an object storage custom domain name implementation method as described above.
The method for realizing the object storage custom domain name, the electronic equipment and the storage medium have the following advantages:
the invention enables the user to access the barrel by using the self-defined domain name, supports HTTP/HTTPS protocol access, and can start the static website hosting function based on the function;
the object storage gateway service of the present invention is responsible for providing object storage services, but is not directly exposed to users;
thirdly, the load balancing service of the invention is responsible for realizing the distribution of object storage traffic and providing the HTTP/HTTPS service of the object storage to the user;
and fourthly, the certificate management agent is responsible for managing https certificates of the user-defined domain names, and can realize the functions of storing the user-defined domain names and the user-defined domain name certificates.
Drawings
The invention is further described below with reference to the accompanying drawings.
FIG. 1 is a flow chart diagram of setting a custom domain name;
fig. 2 is a flow diagram of using custom domain names.
Detailed Description
The method for realizing the object storage custom domain name, the electronic device and the storage medium according to the present invention are described in detail below with reference to the accompanying drawings and the specific embodiments of the present invention.
Example 1:
the invention relates to a method for realizing the self-defined domain name of object storage, which provides object storage service through object storage gateway service and does not expose users; the object storage flow distribution is realized through the load balancing service, and the object storage service is provided for the user; meanwhile, the https certificate of the user-defined domain name is managed through a certificate management agent; the method comprises the following steps:
setting, inquiring, using and deleting the custom domain name;
setting, deleting and using custom domain name certificates.
As shown in fig. 1, the setting custom domain name in this embodiment is specifically as follows:
(1) The user sends a custom domain name setting request to the load balancing service, and the step (2) is executed next;
(2) The load balancing service reverse proxy user requests to the object storage gateway service, and the step (3) is executed next;
(3) The object storage service analysis request obtains the set custom domain name and whether the domain name starts static website hosting:
(1) if yes, executing the step (4);
(2) if not, jumping to the step (9);
(4) Detecting whether the custom domain name is recorded in a relevant management department:
(1) if yes, executing the step (5);
(2) if not, jumping to the step (9);
(5) Detecting whether the currently set custom domain name is already bound to other buckets:
(1) if so, jumping to the step (9);
(2) if not, executing bad renting (6);
(6) Storing the custom domain name in metadata of a barrel and a custom domain name database, and executing the step (7) next; the method comprises the steps of obtaining custom domain name information set by a current barrel through metadata of a query barrel, and obtaining a barrel name corresponding to the custom domain name through querying a custom domain name database.
(7) The object storage gateway returns successful setting to the load balancing service, and the step (8) is executed next;
(8) The load balancing service returns successful setting to the user, and the step (11) is executed next;
(9) The object storage gateway returns a failure of setting to the load balancing service, and the step (10) is executed next;
(10) The load balancing service returns failure of setting to the user, and the step (11) is executed next;
(11) The request ends.
The query custom domain name in this embodiment is specifically as follows:
(1) The user sends a user-defined domain name query request to the load balancing service;
(2) The load balancing service reversely agents the user request to the object storage gateway service;
(3) The object storage service obtains the custom domain name information set by the current barrel through inquiring the metadata of the barrel;
(4) The object storage gateway returns success or failure of the query to the load balancing service;
(5) The load balancing service returns the success or failure of the query to the user, and the request ends.
As shown in fig. 2, the usage custom domain name in this embodiment is specifically as follows:
(1) Setting CNAME records of the custom domain name as load balancing service addresses;
(2) Accessing the custom domain name, and sending the request to the load balancing service;
(3) The load balancing service reversely agents the user request to the object storage gateway service;
(4) The object storage gateway service obtains the custom domain name;
(5) The object storage gateway service queries a custom domain name database to obtain a barrel corresponding to the custom domain name;
(6) The object storage gateway transfers the request to the corresponding barrel, and returns success or failure to the load balancing service after executing corresponding operation;
(7) The load balancing service returns success or failure to the user, and the request ends.
The deletion custom domain name in this embodiment is specifically as follows:
(1) The user sends a user-defined domain name deletion request to the load balancing service;
(2) The load balancing service reversely agents the user request to the object storage gateway service;
(3) The object storage service deletes the current custom domain name record from the metadata of the barrel and the custom domain name database;
(4) The object storage gateway returns success or failure of deletion to the load balancing service;
(5) And the load balancing service returns success or failure of deletion to the user, and the request is ended.
The setting custom domain name certificate in this embodiment is specifically as follows:
(1) The user sends a custom domain name certificate setting request which comprises a custom domain name, custom domain name certificate information and a barrel-to-load balancing service bound by the custom domain name;
(2) A load balancing service reverse proxy request to a certificate management agent;
(3) The certificate management agent acquires a custom domain name and a custom domain name certificate, and imports the custom domain name and the custom domain name certificate into a load balancing service configuration file;
(4) Triggering the load balancing service to re-import the configuration file by the certificate management agent so as to enable the certificate to take effect;
(5) The certificate management agent returns success or failure of setting to the load balancing service;
(6) The load balancing service returns the success or failure of the certificate setting to the user, and the request is ended.
The deletion custom domain name certificate in this embodiment is specifically as follows:
(1) The user sends a user-defined domain name deleting request which comprises a user-defined domain name, user-defined domain name certificate information and user-defined domain name binding barrel-to-load balancing service;
(2) A load balancing service reverse proxy request to a certificate management agent;
(3) The certificate management agent acquires the custom domain name and the custom domain name certificate, and deletes the custom domain name and the custom domain name certificate from the load balancing service configuration file;
(4) Triggering the load balancing service to re-import the configuration file by the certificate management agent so as to enable the certificate to be deleted and validated;
(5) Returning success or failure of deletion to the load balancing service by the certificate management agent;
(6) The load balancing service returns the success or failure of certificate deletion to the user, and the request is ended.
The usage custom domain name certificate in this embodiment is specifically as follows:
(1) Setting CNAME records of the custom domain name as load balancing service addresses;
(2) The user accesses the custom domain name through https protocol, and the request is sent to the load balancing service;
(3) The load balancing service returns a custom domain name certificate;
(4) User authentication custom domain name certificates;
(5) The load balancing service reversely agents the user request to the object storage gateway service;
(6) The object storage gateway service obtains the custom domain name;
(7) The object storage gateway service queries a custom domain name database to obtain a barrel corresponding to the custom domain name;
(8) The object storage gateway transfers the request to the corresponding barrel, and returns success or failure to the load balancing service after executing corresponding operation;
(9) The load balancing service returns success or failure to the user, and the request ends.
Example 2:
the embodiment also provides an electronic device, including: a memory and a processor;
wherein the memory stores computer-executable instructions;
the processor executes the computer-executable instructions stored in the memory, so that the processor executes the method for implementing the custom domain name for the object storage of any embodiment, the electronic device and the storage medium.
The processor may be a Central Processing Unit (CPU), but may also be other general purpose processors, digital Signal Processors (DSPs), application Specific Integrated Circuits (ASICs), off-the-shelf programmable gate arrays (FPGAs) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc. The processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory may be used to store computer programs and/or modules, and the processor implements various functions of the electronic device by running or executing the computer programs and/or modules stored in the memory, and invoking data stored in the memory. The memory may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function, and the like; the storage data area may store data created according to the use of the terminal, etc. The memory may also include high-speed random access memory, but may also include non-volatile memory, such as a hard disk, memory, plug-in hard disk, memory card only (SMC), secure Digital (SD) card, flash memory card, at least one disk storage period, flash memory device, or other volatile solid state memory device.
Example 3:
the embodiment also provides a computer readable storage medium, in which a plurality of instructions are stored, the instructions being loaded by a processor, to cause the processor to execute the method for implementing the object storage custom domain name in any embodiment of the present invention, an electronic device, and a storage medium. Specifically, a system or apparatus provided with a storage medium on which a software program code realizing the functions of any of the above embodiments is stored, and a computer (or CPU or MPU) of the system or apparatus may be caused to read out and execute the program code stored in the storage medium.
In this case, the program code itself read from the storage medium may realize the functions of any of the above-described embodiments, and thus the program code and the storage medium storing the program code form part of the present invention.
Examples of the storage medium for providing the program code include a floppy disk, a hard disk, a magneto-optical disk, an optical disk (e.g., CD-ROM, CD-R, CD-RW, DVD-ROM, DVD-RAM, DVD-RW, DVD+RW), a magnetic tape, a nonvolatile memory card, and a ROM. Alternatively, the program code may be downloaded from a server computer by a communication network.
Further, it should be apparent that the functions of any of the above-described embodiments may be implemented not only by executing the program code read out by the computer, but also by causing an operating system or the like operating on the computer to perform part or all of the actual operations based on the instructions of the program code.
Further, it is understood that the program code read out by the storage medium is written into a memory provided in an expansion board inserted into a computer or into a memory provided in an expansion unit connected to the computer, and then a CPU or the like mounted on the expansion board or the expansion unit is caused to perform part and all of actual operations based on instructions of the program code, thereby realizing the functions of any of the above embodiments.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present invention, and not for limiting the same; although the 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 scheme described in the foregoing embodiments can be modified or some or all of the technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit of the invention.

Claims (9)

1. The method is characterized in that the object storage gateway service is used for providing the object storage service and is not exposed to users; the object storage flow distribution is realized through the load balancing service, and the object storage service is provided for the user; meanwhile, the https certificate of the user-defined domain name is managed through a certificate management agent; the method comprises the following steps:
setting, inquiring, using and deleting the custom domain name;
setting, deleting and using custom domain name certificates;
the setting of the custom domain name is specifically as follows:
(1) The user sends a custom domain name setting request to the load balancing service, and the step (2) is executed next;
(2) The load balancing service reverse proxy user requests to the object storage gateway service, and the step (3) is executed next;
(3) The object storage service analysis request obtains the set custom domain name and whether the domain name starts static website hosting:
(1) if yes, executing the step (4);
(2) if not, jumping to the step (9);
(4) Detecting whether the custom domain name is recorded in a relevant management department:
(1) if yes, executing the step (5);
(2) if not, jumping to the step (9);
(5) Detecting whether the currently set custom domain name is already bound to other buckets:
(1) if so, jumping to the step (9);
(2) if not, executing the step (6);
(6) Storing the custom domain name in metadata of a barrel and a custom domain name database, and executing the step (7) next; the method comprises the steps of obtaining custom domain name information set by a current barrel through metadata of a query barrel, and obtaining a barrel name corresponding to the custom domain name through querying a custom domain name database;
(7) The object storage gateway returns successful setting to the load balancing service, and the step (8) is executed next;
(8) The load balancing service returns successful setting to the user, and the step (11) is executed next;
(9) The object storage gateway returns a failure of setting to the load balancing service, and the step (10) is executed next;
(10) The load balancing service returns failure of setting to the user, and the step (11) is executed next;
(11) The request ends.
2. The method for implementing the object-stored custom domain name according to claim 1, wherein the query custom domain name is specifically as follows:
(1) The user sends a user-defined domain name query request to the load balancing service;
(2) The load balancing service reversely agents the user request to the object storage gateway service;
(3) The object storage service obtains the custom domain name information set by the current barrel through inquiring the metadata of the barrel;
(4) The object storage gateway returns success or failure of the query to the load balancing service;
(5) The load balancing service returns the success or failure of the query to the user, and the request ends.
3. The method for implementing the object storage custom domain name according to claim 1, wherein the custom domain name is used as follows:
(1) Setting CNAME records of the custom domain name as load balancing service addresses;
(2) Accessing the custom domain name, and sending the request to the load balancing service;
(3) The load balancing service reversely agents the user request to the object storage gateway service;
(4) The object storage gateway service obtains the custom domain name;
(5) The object storage gateway service queries a custom domain name database to obtain a barrel corresponding to the custom domain name;
(6) The object storage gateway transfers the request to the corresponding barrel, and returns success or failure to the load balancing service after executing corresponding operation;
(7) The load balancing service returns success or failure to the user, and the request ends.
4. The method for implementing object-stored custom domain names according to claim 1, wherein deleting custom domain names is specifically as follows:
(1) The user sends a user-defined domain name deletion request to the load balancing service;
(2) The load balancing service reversely agents the user request to the object storage gateway service;
(3) The object storage service deletes the current custom domain name record from the metadata of the barrel and the custom domain name database;
(4) The object storage gateway returns success or failure of deletion to the load balancing service;
(5) And the load balancing service returns success or failure of deletion to the user, and the request is ended.
5. The method for implementing object-stored custom domain name according to claim 1, wherein the setting of custom domain name certificates is specifically as follows:
(1) The user sends a custom domain name certificate setting request which comprises a custom domain name, custom domain name certificate information and a barrel-to-load balancing service bound by the custom domain name;
(2) A load balancing service reverse proxy request to a certificate management agent;
(3) The certificate management agent acquires a custom domain name and a custom domain name certificate, and imports the custom domain name and the custom domain name certificate into a load balancing service configuration file;
(4) Triggering the load balancing service to re-import the configuration file by the certificate management agent so as to enable the certificate to take effect;
(5) The certificate management agent returns success or failure of setting to the load balancing service;
(6) The load balancing service returns the success or failure of the certificate setting to the user, and the request is ended.
6. The method for implementing object-stored custom domain name according to claim 1, wherein deleting custom domain name certificates is specifically as follows:
(1) The user sends a user-defined domain name deleting request which comprises a defined domain name, user-defined domain name certificate information and user-defined domain name binding barrel-to-load balancing service;
(2) A load balancing service reverse proxy request to a certificate management agent;
(3) The certificate management agent acquires the custom domain name and the custom domain name certificate, and deletes the custom domain name and the custom domain name certificate from the load balancing service configuration file;
(4) Triggering the load balancing service to re-import the configuration file by the certificate management agent so as to enable the certificate to be deleted and validated;
(5) Returning success or failure of deletion to the load balancing service by the certificate management agent;
(6) The load balancing service returns the success or failure of certificate deletion to the user, and the request is ended.
7. The method for implementing the object storage custom domain name according to any one of claims 1 to 6, wherein the custom domain name certificate is used as follows:
(1) Setting CNAME records of the custom domain name as load balancing service addresses;
(2) The user accesses the custom domain name through https protocol, and the request is sent to the load balancing service;
(3) The load balancing service returns a custom domain name certificate;
(4) User authentication custom domain name certificates;
(5) The load balancing service reversely agents the user request to the object storage gateway service;
(6) The object storage gateway service obtains the custom domain name;
(7) The object storage gateway service queries a custom domain name database to obtain a barrel corresponding to the custom domain name;
(8) The object storage gateway transfers the request to the corresponding barrel, and returns success or failure to the load balancing service after executing corresponding operation;
(9) The load balancing service returns success or failure to the user, and the request ends.
8. An electronic device, comprising: a memory and at least one processor;
wherein the memory has a computer program stored thereon;
the at least one processor executing the computer program stored by the memory, causing the at least one processor to perform the object store customized domain name implementation method of any of claims 1 to 7.
9. A computer readable storage medium having stored therein computer executable instructions which, when executed by a processor, implement the object storage custom domain name implementation method of any of claims 1 to 7.
CN202210229518.7A 2022-03-09 2022-03-09 Method for realizing object storage custom domain name, electronic equipment and storage medium Active CN114584530B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210229518.7A CN114584530B (en) 2022-03-09 2022-03-09 Method for realizing object storage custom domain name, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210229518.7A CN114584530B (en) 2022-03-09 2022-03-09 Method for realizing object storage custom domain name, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN114584530A CN114584530A (en) 2022-06-03
CN114584530B true CN114584530B (en) 2024-04-16

Family

ID=81773634

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210229518.7A Active CN114584530B (en) 2022-03-09 2022-03-09 Method for realizing object storage custom domain name, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114584530B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103930881A (en) * 2011-09-14 2014-07-16 谷歌公司 Hosted storage locking
CN109150616A (en) * 2018-09-03 2019-01-04 成都嗨翻屋科技有限公司 A kind of Intelligent gateway and its working method that can increase https entrance automatically
CN111835862A (en) * 2020-07-22 2020-10-27 浪潮云信息技术股份公司 Method for realizing reference flow type deployment object storage back-end service
CN112910903A (en) * 2021-02-05 2021-06-04 北京百度网讯科技有限公司 SSL certificate deployment-free method, device and system
CN112995357A (en) * 2021-04-21 2021-06-18 腾讯科技(深圳)有限公司 Domain name management method, device, medium and electronic equipment based on cloud hosting service

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11405423B2 (en) * 2016-03-11 2022-08-02 Netskope, Inc. Metadata-based data loss prevention (DLP) for cloud resources
CN111865992B (en) * 2020-07-23 2021-04-02 亚数信息科技(上海)有限公司 ACME centralized management system and load balancing method thereof

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103930881A (en) * 2011-09-14 2014-07-16 谷歌公司 Hosted storage locking
CN109150616A (en) * 2018-09-03 2019-01-04 成都嗨翻屋科技有限公司 A kind of Intelligent gateway and its working method that can increase https entrance automatically
CN111835862A (en) * 2020-07-22 2020-10-27 浪潮云信息技术股份公司 Method for realizing reference flow type deployment object storage back-end service
CN112910903A (en) * 2021-02-05 2021-06-04 北京百度网讯科技有限公司 SSL certificate deployment-free method, device and system
CN112995357A (en) * 2021-04-21 2021-06-18 腾讯科技(深圳)有限公司 Domain name management method, device, medium and electronic equipment based on cloud hosting service

Also Published As

Publication number Publication date
CN114584530A (en) 2022-06-03

Similar Documents

Publication Publication Date Title
US10235701B2 (en) Creating managing, and provisioning packages of online applications
WO2021003798A1 (en) Method and system for implementing domain name access accelration
WO2020063607A1 (en) Application client launch method, service server, and client device
TW202018555A (en) Method and apparatus for performing blockchain evidence storage on webpage by means of webpage monitoring
CN102100095B (en) A method and apparatus for a subscriber database
CN111090449A (en) API service access method and device and electronic equipment
US20060112083A1 (en) Object relation information management program, method, and apparatus
CN113821307B (en) Method, device and equipment for quickly importing virtual machine images
CN114070652A (en) CDN resource blocking method and device, electronic equipment and storage medium
CN104601666A (en) Log service method and cloud platform
CN109889625B (en) Method for accessing server, accounting node, server and computer readable storage medium
US11481302B2 (en) Processing data object modifications in a networked storage system
CN114584530B (en) Method for realizing object storage custom domain name, electronic equipment and storage medium
US9665732B2 (en) Secure Download from internet marketplace
US10327133B2 (en) Making subscriber data addressable as a device in a mobile data network
CN110972084B (en) Method, equipment and computer readable storage medium for sending message
CN111008345B (en) Method and system for accessing fixed-point access URL
CN106210035A (en) The Proxy Method of a kind of promotion message and device
US20180375920A1 (en) Distributing subscriber data in a mobile data network
CN115801769B (en) Channel package acquisition method, electronic equipment and storage medium
CN108632264A (en) Control method, device and the server of access authority
KR100681127B1 (en) Method and system for providing contents in wireless internet
CN114969062A (en) Data processing method and device, electronic equipment and computer storage medium
CN116260786A (en) Domain name attribution verification method, medium and electronic equipment
KR100657616B1 (en) Value added services management system and method

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
GR01 Patent grant
GR01 Patent grant