Package | Description |
---|---|
com.netease.cloud.services.nos |
Modifier and Type | Method and Description |
---|---|
PutObjectResult |
Nos.putObject(PutObjectRequest putObjectRequest)
Uploads a new object to the specified NOS bucket.
|
PutObjectResult |
NosClient.putObject(PutObjectRequest putObjectRequest) |
PutObjectResult |
NosClient.putObject(String bucketName,
File file) |
PutObjectResult |
Nos.putObject(String bucketName,
String key,
File file)
Uploads the specified file to NOS under the specified bucket and key
name.
|
PutObjectResult |
NosClient.putObject(String bucketName,
String key,
File file) |
PutObjectResult |
Nos.putObject(String bucketName,
String key,
InputStream input,
ObjectMetadata metadata)
Uploads the specified input stream and object metadata to NOS under the
specified bucket and key name.
|
PutObjectResult |
NosClient.putObject(String bucketName,
String key,
InputStream input,
ObjectMetadata metadata) |
Copyright © 2017. All Rights Reserved.