• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Cache-Control Headers on Object Storage..

Status
Not open for further replies.
@Rodolfo Can you please hotfix this? As this is causing resources cache oddly on CDN's. Reference URL for php-opencloud. Right now I have have mount cloud storage and run a crontab its really taxing on resources. Also if possible please add option to select cache control time to settings.

https://php-opencloud.readthedocs.io/en/latest/services/object-store/objects.html
https://stackoverflow.com/questions...ect-storage-download-file-guzzlestream-how-to

https://raw.githubusercontent.com/r...s/ObjectStore/upload-object-with-metadata.php

Thanks
 
FYI you can override the cache expires (or any header actually) in any decent CND provider.
 
I am using Auze with has akamai and verizon, beluga with http://www.cedexis.com/ Multi-CDN. These are not standard options. So far only CloudFlare and few other seem to have it. Also note that some of the CDN use cache control from origin to decide on TTL.
 
MaxCDN has that thing, is not rocket science. Basically a CDN is a pull zone and the content is served from the CDN, not the actual storage server so is a basic feature to control the max age and cache thing because is your CDN which serves the content.
 
MaxCDN has it but would be a nice feature to set it on origin. Cloudflare version is all the objects or none. It doesn't give the flexibility to add it to certain objects only unless you pay for page rules. You can use http://www.cedexis.com/ and free CDN's with 1 CDN paid (Azure) to keep the costs down 🙂. Akamai direct is expensive. I use akamai through Azure which doesn't have that option enabled.
 
Well in that case and taking into account that expensive providers are those who offer such features, I won't mind in add a cache to expires to OpenStack storage.

Cheers,
Rodolfo.
 
Status
Not open for further replies.
Back
Top