| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| org.apache.hadoop.fs.s3a.audit |
Support for auditing and ultimately tracing operations.
|
| org.apache.hadoop.fs.s3a.impl |
Implementation classes private to the S3A store.
|
| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.services.s3.model.PutObjectRequest |
WriteOperationHelper.createPutObjectRequest(String dest,
File sourceFile,
PutObjectOptions options)
Create a
PutObjectRequest request to upload a file. |
com.amazonaws.services.s3.model.PutObjectRequest |
WriteOperationHelper.createPutObjectRequest(String destKey,
InputStream inputStream,
long length,
PutObjectOptions options)
Create a
PutObjectRequest request against the specific key. |
com.amazonaws.services.s3.model.S3Object |
S3AInputStream.InputStreamCallbacks.getObject(com.amazonaws.services.s3.model.GetObjectRequest request)
Execute the request.
|
UploadInfo |
S3AFileSystem.putObject(com.amazonaws.services.s3.model.PutObjectRequest putObjectRequest)
Start a transfer-manager managed async PUT of an object,
incrementing the put requests and put bytes
counters.
|
| Modifier and Type | Method and Description |
|---|---|
default <T extends com.amazonaws.AmazonWebServiceRequest> |
AWSAuditEventCallbacks.beforeExecution(T request)
Preflight preparation of AWS request.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends com.amazonaws.AmazonWebServiceRequest> |
RequestFactoryImpl.PrepareRequest.prepareRequest(T t)
Post-creation preparation of AWS request.
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.