Class AsyncRawS3ObjectClient


  • public class AsyncRawS3ObjectClient
    extends java.lang.Object
    • Constructor Detail

      • AsyncRawS3ObjectClient

        public AsyncRawS3ObjectClient​(ClientOptions clientOptions)
    • Method Detail

      • getS3ObjectMetadataV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<TaskArtifactS3ObjectMetadata1>> getS3ObjectMetadataV1​(java.lang.String taskArtifactS3ObjectMetadataId)
        Retrieves the metadata for a task artifact S3 object, including blurhash for placeholder loading. | authz_personas=[courier_driver, courier_org_operators, shipper_org_operators, forwarder_org_operators] | () -> (TaskArtifactS3ObjectMetadata1)
      • getS3ObjectMetadataV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<TaskArtifactS3ObjectMetadata1>> getS3ObjectMetadataV1​(java.lang.String taskArtifactS3ObjectMetadataId,
                                                                                                                                RequestOptions requestOptions)
        Retrieves the metadata for a task artifact S3 object, including blurhash for placeholder loading. | authz_personas=[courier_driver, courier_org_operators, shipper_org_operators, forwarder_org_operators] | () -> (TaskArtifactS3ObjectMetadata1)
      • getV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.io.InputStream>> getV1​(java.lang.String taskArtifactS3ObjectMetadataId)
        Streams a task artifact S3 object file from storage. | authz_personas=[courier_driver, courier_org_operators, shipper_org_operators, forwarder_org_operators] | () -> (binary)
      • getV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.io.InputStream>> getV1​(java.lang.String taskArtifactS3ObjectMetadataId,
                                                                                                      RequestOptions requestOptions)
        Streams a task artifact S3 object file from storage. | authz_personas=[courier_driver, courier_org_operators, shipper_org_operators, forwarder_org_operators] | () -> (binary)
      • deleteV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> deleteV1​(java.lang.String taskArtifactS3ObjectMetadataId)
        Deletes an S3 object metadata and the associated S3 object from a task artifact. Only the uploader or an operator from the uploading org can delete. | () -> (bool)
      • deleteV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> deleteV1​(java.lang.String taskArtifactS3ObjectMetadataId,
                                                                                                       RequestOptions requestOptions)
        Deletes an S3 object metadata and the associated S3 object from a task artifact. Only the uploader or an operator from the uploading org can delete. | () -> (bool)