You can do this if the source is somewhere on S3 already, but not for other resources. So no, you cannot do what your use case asks.
You can move data from the URL to S3 without fully downloading it one step before downloading if that helps. Each byte will still have to go through some kind of machine, but you can RECEIVE and then POP it with a piece at a time.
The entire S3 API is registered here , and you can check each operation and see that nothing will be done.
source share