Current location - Health Preservation Learning Network - Slimming men and women - What is the use of the returned result javasdkPutObjectResult?
What is the use of the returned result javasdkPutObjectResult?
String key = UUID.randomUUID()。 toString();

//Upload the object.

putobject result result = client . putobject(bucket name,key,content,meta);

//print ETag

system . out . println(result . get etag());

Enter key;