Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.internal | |
com.ibm.cloud.objectstorage.services.s3.internal.crypto.v1 |
Modifier and Type | Method and Description |
---|---|
PutObjectResult |
AmazonS3EncryptionV2.putInstructionFile(PutInstructionFileRequest req)
Creates a new crypto instruction file by re-encrypting the CEK of an
existing encrypted S3 object with a new encryption material identifiable
via a new set of material description.
|
PutObjectResult |
AbstractAmazonS3.putObject(PutObjectRequest putObjectRequest) |
PutObjectResult |
AmazonS3Client.putObject(PutObjectRequest putObjectRequest) |
PutObjectResult |
AmazonS3.putObject(PutObjectRequest putObjectRequest)
Uploads a new object to the specified Amazon S3 bucket.
|
PutObjectResult |
AbstractAmazonS3.putObject(String bucketName,
String key,
File file) |
PutObjectResult |
AmazonS3Client.putObject(String bucketName,
String key,
File file) |
PutObjectResult |
AmazonS3.putObject(String bucketName,
String key,
File file)
Uploads the specified file to Amazon S3 under the specified bucket and
key name.
|
PutObjectResult |
AbstractAmazonS3.putObject(String bucketName,
String key,
InputStream input,
ObjectMetadata metadata) |
PutObjectResult |
AmazonS3Client.putObject(String bucketName,
String key,
InputStream input,
ObjectMetadata metadata) |
PutObjectResult |
AmazonS3.putObject(String bucketName,
String key,
InputStream input,
ObjectMetadata metadata)
Uploads the specified input stream and object metadata to Amazon S3 under
the specified bucket and key name.
|
PutObjectResult |
AbstractAmazonS3.putObject(String bucketName,
String key,
String content) |
PutObjectResult |
AmazonS3Client.putObject(String bucketName,
String key,
String content) |
PutObjectResult |
AmazonS3.putObject(String bucketName,
String key,
String content)
Encodes a String into the contents of an S3 object.
|
Modifier and Type | Method and Description |
---|---|
abstract PutObjectResult |
S3Direct.putObject(PutObjectRequest req) |
PutObjectResult |
S3DirectSpi.putObject(PutObjectRequest req) |
Modifier and Type | Method and Description |
---|---|
PutObjectResult |
S3CryptoModuleBase.putInstructionFileSecurely(PutInstructionFileRequest req) |
abstract PutObjectResult |
S3CryptoModule.putInstructionFileSecurely(PutInstructionFileRequest req) |
PutObjectResult |
CryptoModuleDispatcher.putInstructionFileSecurely(PutInstructionFileRequest req) |
PutObjectResult |
S3CryptoModuleBase.putObjectSecurely(PutObjectRequest req) |
abstract PutObjectResult |
S3CryptoModule.putObjectSecurely(PutObjectRequest req) |
PutObjectResult |
CryptoModuleDispatcher.putObjectSecurely(PutObjectRequest putObjectRequest) |
Copyright © 2024. All rights reserved.