Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
PresignedUrlUploadResult |
AbstractAmazonS3.upload(PresignedUrlUploadRequest presignedUrlUploadRequest) |
PresignedUrlUploadResult |
AmazonS3Client.upload(PresignedUrlUploadRequest presignedUrlUploadRequest) |
PresignedUrlUploadResult |
AmazonS3.upload(PresignedUrlUploadRequest presignedUrlUploadRequest)
Uploads a new object into S3 using the given presigned url.
|
Modifier and Type | Method and Description |
---|---|
PresignedUrlUploadResult |
PresignedUrlUploadResult.withContentMd5(String contentMd5)
Sets the Base64-encoded MD5 hash of the object content that was
calculated on the client-side.
|
PresignedUrlUploadResult |
PresignedUrlUploadResult.withMetadata(ObjectMetadata metadata)
Sets the metadata retrieved as a response to
AmazonS3Client.upload(PresignedUrlUploadRequest) operation. |
Copyright © 2024. All rights reserved.