amazon s3 - Wait for amazonica S3 copy to complete -
i need copy object between 2 s3 buckets in different regions. object large enough amazonica.aws.s3/copy-object
fails following:
amazons3exception specified copy source larger maximum allowable size copy source: 5368709120 (service: amazon s3; status code: 400; error code: invalidrequest; request id: 3481f664ea2f784a)
so i'm trying use amazonica.aws.s3transfer/copy
, calling 4 arguents (source bucket name, source key name, destination bucket name, , destination key name). returns {}
. had expected map returns have :wait-for-completion
key, mapping function can call wait copy operation finish; after all, how s3transfer/upload
works.
how can tell when copy operation has finished? there way, other polling destination bucket periodically see when object appears?
Comments
Post a Comment