[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] S3 Protocol Usage for transfer files



I want to know how much it is reliable?

As far as I know, we've never seen problems with our client implementation. I can't speak to how reliable using any particular S3 service might be.

Internally, HTCondor converts S3 URLs into HTTPS URLs by "pre-signing" them on the AP. (This is done so that your S3 credentials never have to leave the AP.) Thus, the error handling for S3 is generally going to be identical to using HTTPS URLs directly.

-- ToddM