I want to run a batch process, processing all the media I'm storing behind a CDN, on S3. I could access S3 directly with my servers S3 credentials, or go via my CDN, thoughts? Using the CDN would be faster, right? But would is the CDN only supposed to be used by external users?
Asked
Active
Viewed 64 times
0
-
If the batch process is on Aws as well, S3 is almost certainly faster. – user1937198 Jan 25 '22 at 09:46
-
@user1937198 my server and storage are in different networks / systems – Tobi Jan 25 '22 at 10:28
-
Where the server and where the primary storage are are probably key details to add to your question. – user1937198 Jan 25 '22 at 12:54