Home > Article > Backend Development > Problem with php packaging compressed package 0 0
The pictures and resources of the website are stored on the oss but not on the server.
How should I package them into a compressed package? Do I need to download the resources to the server first and then package them?
The pictures and resources of the website are stored on the oss but not on the server.
How should I package them into a compressed package? Do I need to download the resources to the server first and then package them?
If oss provides packaging and compression-related APIs, then you can use its APIs for packaging and compression.
If oss does not provide packaging and compression related APIs, you can only download the resources to the server and then package them.