检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
If the bandwidth of your local data center is low and uploading data to OBS Browser takes a long time, you are advised to configure the backup file compression parameters. Log in to the database center through Microsoft SQL Server Management Studio as the database administrator.
Public services, such as Object Storage Service (OBS), Virtual Private Cloud (VPC), and Image Management Service (IMS), are shared within the same region. Users can select a region closest to them to reduce access latencies.
Getting Started Configuring a VPC Endpoint for Communication Across VPCs of the Same Account Configuring a VPC Endpoint for Accessing OBS over Internal Networks Overview 04 APIs You can use and manage VPC endpoints and VPC endpoint services by using VPCEP APIs and referring to invoking
Public services, such as Elastic Cloud Server (ECS), Elastic Volume Service (EVS), Object Storage Service (OBS), Virtual Private Cloud (VPC), Elastic IP (EIP), and Image Management Service (IMS), are shared within the same region.
The URL can be an HTTP/HTTPS or OBS URL. Parent topic: Application Examples
The URL can be an HTTP/HTTPS or OBS URL. Parent topic: Application Examples
Before selecting a resource package, you need to upload the JAR package and its dependency packages to the OBS bucket and create resources on the resource management page. For details, see Creating a Resource.
OBS It is charged based on the actual usage. For details, see Pricing Details. CBR It is charged if you select Yes for Data Backup. For details, see Pricing Details.
Public services, such as Object Storage Service (OBS), Virtual Private Cloud (VPC), and Image Management Service (IMS), are shared within the same region. Users can select a region closest to them to reduce access latencies.
Public services, such as Elastic Cloud Server (ECS), Elastic Volume Service (EVS), Object Storage Service (OBS), Virtual Private Cloud (VPC), Elastic IP (EIP), and Image Management Service (IMS), are shared within the same region.
Parameter Description Method in OBS iOS SDK responseContentType Rewrites Content-Type in HTTP/HTTPS responses. request.responseContentType responseContentLanguage Rewrites Content-Language in HTTP/HTTPS responses. request.responseContentLanguage responseExpires Rewrites Expires in
request.bucketCORSRuleList addObject:rule]; [client setBucketCORS:request completionHandler:^(OBSSetBucketCORSResponse *response, NSError *error) { NSLog(@"%@",response); }]; For details about the meanings, causes, and handling methods of possible error codes returned during the operation, see OBS
For example, an OBS client uploads localfile to bucketname as objectname. The example code is as follows: // You can reserve only one global instance of ObsClient in your project. // ObsClient is thread-safe and can be simultaneously used by multiple threads.
If the bucket is in the OBS Infrequent Access or Archive storage class, it cannot be used as the target bucket. Enabling Bucket Logging Sample code: // Hard-coded or plaintext AK/SK are risky.
You can set the following conditions: Parameter Description Property in OBS .NET SDK If-Modified-Since Returns the object if it has been modified since the specified time; otherwise, an error is returned.
Get bucket lifecycle response: {0}", response.StatusCode); } } catch (ObsException ex) { Console.WriteLine("ErrorCode: {0}", ex.ErrorCode); Console.WriteLine("ErrorMessage: {0}", ex.ErrorMessage); } To handle the error codes possibly returned during the operation, see OBS
GroupGrantee.ALL_USERS, Permission.PERMISSION_READ); // Set the ACL for the object version. obsClient.setObjectAcl("bucketname", "objectname", acl, "versionid"); The owner or grantee ID needed in the ACL indicates the account ID, which can be viewed on the My Credentials page of OBS
Register a private image: Upload the exported VHD image file to an OBS bucket and register it as a private image. Then, you can use the private image to create ECSs. For details, see Registering the Image File as a Private Image.
mem-per-cpu=2G job.sh Example 2: Using --exclusive and sharing together Exclusive node (This avoids resource competition but may waste resources.) sbatch --exclusive --nodes=1 job.sh Shared node (This improves the resource utilization.) sbatch --share --ntasks=4 job.sh # Allow other jobs
Support for a variety of data sources A few simple configurations allow you to smoothly connect to multiple data sources, such as FTP, OBS, HBase, and Kafka. No extra coding is required.