Package | Description |
---|---|
alluxio.proxy.s3 |
Modifier and Type | Method and Description |
---|---|
static S3Constants.Directive |
S3Constants.Directive.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3Constants.Directive[] |
S3Constants.Directive.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
S3RestServiceHandler.createObjectOrUploadPart(String contentMD5,
String copySourceParam,
String decodedLength,
S3Constants.Directive metadataDirective,
String taggingHeader,
S3Constants.Directive taggingDirective,
String contentTypeParam,
String contentLength,
String bucket,
String object,
Integer partNumber,
String uploadId,
String tagging,
String acl,
InputStream is)
Uploads an object or part of an object in multipart upload.
|
Copyright © 2023. All Rights Reserved.